.ln615izxgj {
    border-width: 1px;
}

.video-wrapper {
    overflow: hidden;
}

body {
    background-color: #e8edf3;
}

body {
    font-family: Onest;
}

.ktmwp8man5 {
    font-family: 'Onest', sans-serif;
    font-size: 6rem;
    line-height: 1;
}

.ktmwp8man5>.mu98590m98 {
    font-size: 7.5rem;
}

.thyo8x1852 {
    font-family: 'Onest', sans-serif;
    font-size: 4.4rem;
    line-height: 1.2;
}

.thyo8x1852>.mu98590m98 {
    font-size: 5.5rem;
}

.z5xs2ao0ly {
    font-family: 'Onest', sans-serif;
    font-size: 1rem;
    line-height: 1.3;
}

.z5xs2ao0ly>.mu98590m98 {
    font-size: 1.25rem;
}

.mrosoewldm {
    font-family: 'Onest', sans-serif;
    font-size: 2.3rem;
    line-height: 1.1;
}

.mrosoewldm>.mu98590m98 {
    font-size: 2.875rem;
}

.j0v5q99okl {
    font-family: 'Onest', sans-serif;
    font-size: 1.2rem;
    line-height: 1.4;
}

.j0v5q99okl>.mu98590m98 {
    font-size: 1.5rem;
}

/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
    .ktmwp8man5 {
        font-size: 4.8rem;
    }
}

@media (max-width: 768px) {
    .ktmwp8man5 {
        font-size: 4.2rem;
        font-size: calc(2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
    }

    .thyo8x1852 {
        font-size: 3.52rem;
        font-size: calc(2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.3 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
    }

    .z5xs2ao0ly {
        font-size: 0.8rem;
        font-size: calc(1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
    }

    .mrosoewldm {
        font-size: 1.84rem;
        font-size: calc(1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
    }

    .j0v5q99okl {
        font-size: 0.96rem;
        font-size: calc(1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
    }
}

@media (min-width: 992px) and (max-width: 1400px) {
    .ktmwp8man5 {
        font-size: 4.2rem;
        font-size: calc(2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62)));
        line-height: calc(1.1 * (2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62))));
    }

    .thyo8x1852 {
        font-size: 3.52rem;
        font-size: calc(2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62)));
        line-height: calc(1.3 * (2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62))));
    }

    .z5xs2ao0ly {
        font-size: 0.8rem;
        font-size: calc(1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
        line-height: calc(1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
    }

    .mrosoewldm {
        font-size: 1.84rem;
        font-size: calc(1.455rem + (2.3 - 1.455) * ((100vw - 62rem) / (87 - 62)));
        line-height: calc(1.4 * (1.455rem + (2.3 - 1.455) * ((100vw - 62rem) / (87 - 62))));
    }

    .j0v5q99okl {
        font-size: 0.96rem;
        font-size: calc(1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
        line-height: calc(1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
    }
}

/* Buttons */
.ln615izxgj {
    padding: 1.25rem 2rem;
    border-radius: 4px;
    padding: 0.75rem 1.5rem;
}

.btn-sm {
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
}

.btn-md {
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
}

.btn-lg {
    padding: 1.25rem 2rem;
    border-radius: 4px;
}

.bg-primary {
    background-color: #00b2ca !important;
}

.bg-success {
    background-color: #20ac6b !important;
}

.bg-info {
    background-color: #0aa3c2 !important;
}

.bg-warning {
    background-color: #cc9900 !important;
}

.bg-danger {
    background-color: #ae1e2c !important;
}

.d2jm6zmn71 .mu98590m98 {
    color: #000000 !important;
    background-color: #caf9ff !important;
}

.d2jm6zmn71,
.d2jm6zmn71:active {
    background-color: #00b2ca !important;
    border-color: #00b2ca !important;
    color: #ffffff !important;
    box-shadow: none;
}

.d2jm6zmn71:hover,
.d2jm6zmn71:focus,
.d2jm6zmn71.focus,
.d2jm6zmn71.ykq6pqdxbn {
    color: inherit;
    background-color: #00dffd !important;
    border-color: #00dffd !important;
    box-shadow: none;
}

.d2jm6zmn71.disabled,
.d2jm6zmn71:disabled {
    color: #ffffff !important;
    background-color: #00dffd !important;
    border-color: #00dffd !important;
}

.btn-secondary .mu98590m98 {
    color: #000000 !important;
    background-color: #ffffff !important;
}

.btn-secondary,
.btn-secondary:active {
    background-color: #e49b71 !important;
    border-color: #e49b71 !important;
    color: #ffffff !important;
    box-shadow: none;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.ykq6pqdxbn {
    color: inherit;
    background-color: #ecb99c !important;
    border-color: #ecb99c !important;
    box-shadow: none;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #ffffff !important;
    background-color: #ecb99c !important;
    border-color: #ecb99c !important;
}

.btn-info .mu98590m98 {
    color: #000000 !important;
    background-color: #cef5fc !important;
}

.btn-info,
.btn-info:active {
    background-color: #0aa3c2 !important;
    border-color: #0aa3c2 !important;
    color: #ffffff !important;
    box-shadow: none;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.ykq6pqdxbn {
    color: inherit;
    background-color: #0dccf3 !important;
    border-color: #0dccf3 !important;
    box-shadow: none;
}

.btn-info.disabled,
.btn-info:disabled {
    color: #ffffff !important;
    background-color: #0dccf3 !important;
    border-color: #0dccf3 !important;
}

.btn-success .mu98590m98 {
    color: #000000 !important;
    background-color: #d4f7e7 !important;
}

.btn-success,
.btn-success:active {
    background-color: #20ac6b !important;
    border-color: #20ac6b !important;
    color: #ffffff !important;
    box-shadow: none;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.ykq6pqdxbn {
    color: inherit;
    background-color: #28d786 !important;
    border-color: #28d786 !important;
    box-shadow: none;
}

.btn-success.disabled,
.btn-success:disabled {
    color: #ffffff !important;
    background-color: #28d786 !important;
    border-color: #28d786 !important;
}

.btn-warning .mu98590m98 {
    color: #000000 !important;
    background-color: #fff2cc !important;
}

.btn-warning,
.btn-warning:active {
    background-color: #cc9900 !important;
    border-color: #cc9900 !important;
    color: #ffffff !important;
    box-shadow: none;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.ykq6pqdxbn {
    color: inherit;
    background-color: #ffbf00 !important;
    border-color: #ffbf00 !important;
    box-shadow: none;
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #ffffff !important;
    background-color: #ffbf00 !important;
    border-color: #ffbf00 !important;
}

.btn-danger .mu98590m98 {
    color: #000000 !important;
    background-color: #f8d3d7 !important;
}

.btn-danger,
.btn-danger:active {
    background-color: #ae1e2c !important;
    border-color: #ae1e2c !important;
    color: #ffffff !important;
    box-shadow: none;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.ykq6pqdxbn {
    color: inherit;
    background-color: #da2637 !important;
    border-color: #da2637 !important;
    box-shadow: none;
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #ffffff !important;
    background-color: #da2637 !important;
    border-color: #da2637 !important;
}

.btn-white .mu98590m98 {
    color: #000000 !important;
    background-color: #ffffff !important;
}

.btn-white,
.btn-white:active {
    background-color: #eff0ec !important;
    border-color: #eff0ec !important;
    color: #757b62 !important;
    box-shadow: none;
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.ykq6pqdxbn {
    color: inherit;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    box-shadow: none;
}

.btn-white.disabled,
.btn-white:disabled {
    color: #757b62 !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}

.btn-black .mu98590m98 {
    color: #ffffff !important;
    background-color: #a3a3a3 !important;
}

.btn-black,
.btn-black:active {
    background-color: #232323 !important;
    border-color: #232323 !important;
    color: #ffffff !important;
    box-shadow: none;
}

.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.ykq6pqdxbn {
    color: inherit;
    background-color: #3d3d3d !important;
    border-color: #3d3d3d !important;
    box-shadow: none;
}

.btn-black.disabled,
.btn-black:disabled {
    color: #ffffff !important;
    background-color: #3d3d3d !important;
    border-color: #3d3d3d !important;
}

.btn-primary-outline .mu98590m98 {
    color: #000000 !important;
    background-color: #00b2ca !important;
}

.btn-primary-outline,
.btn-primary-outline:active {
    background-color: transparent !important;
    border-color: #00b2ca;
    color: #00b2ca;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.ykq6pqdxbn {
    color: #006673 !important;
    background-color: transparent !important;
    border-color: #006673 !important;
    box-shadow: none !important;
}

.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
    color: #ffffff !important;
    background-color: #00b2ca !important;
    border-color: #00b2ca !important;
}

.btn-secondary-outline .mu98590m98 {
    color: #000000 !important;
    background-color: #e49b71 !important;
}

.btn-secondary-outline,
.btn-secondary-outline:active {
    background-color: transparent !important;
    border-color: #e49b71;
    color: #e49b71;
}

.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.ykq6pqdxbn {
    color: #d66829 !important;
    background-color: transparent !important;
    border-color: #d66829 !important;
    box-shadow: none !important;
}

.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
    color: #ffffff !important;
    background-color: #e49b71 !important;
    border-color: #e49b71 !important;
}

.btn-info-outline .mu98590m98 {
    color: #000000 !important;
    background-color: #0aa3c2 !important;
}

.btn-info-outline,
.btn-info-outline:active {
    background-color: transparent !important;
    border-color: #0aa3c2;
    color: #0aa3c2;
}

.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.ykq6pqdxbn {
    color: #065e70 !important;
    background-color: transparent !important;
    border-color: #065e70 !important;
    box-shadow: none !important;
}

.btn-info-outline.disabled,
.btn-info-outline:disabled {
    color: #ffffff !important;
    background-color: #0aa3c2 !important;
    border-color: #0aa3c2 !important;
}

.btn-success-outline .mu98590m98 {
    color: #000000 !important;
    background-color: #20ac6b !important;
}

.btn-success-outline,
.btn-success-outline:active {
    background-color: transparent !important;
    border-color: #20ac6b;
    color: #20ac6b;
}

.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.ykq6pqdxbn {
    color: #12633e !important;
    background-color: transparent !important;
    border-color: #12633e !important;
    box-shadow: none !important;
}

.btn-success-outline.disabled,
.btn-success-outline:disabled {
    color: #ffffff !important;
    background-color: #20ac6b !important;
    border-color: #20ac6b !important;
}

.btn-warning-outline .mu98590m98 {
    color: #000000 !important;
    background-color: #cc9900 !important;
}

.btn-warning-outline,
.btn-warning-outline:active {
    background-color: transparent !important;
    border-color: #cc9900;
    color: #cc9900;
}

.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.ykq6pqdxbn {
    color: #755800 !important;
    background-color: transparent !important;
    border-color: #755800 !important;
    box-shadow: none !important;
}

.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
    color: #ffffff !important;
    background-color: #cc9900 !important;
    border-color: #cc9900 !important;
}

.btn-danger-outline .mu98590m98 {
    color: #000000 !important;
    background-color: #ae1e2c !important;
}

.btn-danger-outline,
.btn-danger-outline:active {
    background-color: transparent !important;
    border-color: #ae1e2c;
    color: #ae1e2c;
}

.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.ykq6pqdxbn {
    color: #641119 !important;
    background-color: transparent !important;
    border-color: #641119 !important;
    box-shadow: none !important;
}

.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
    color: #ffffff !important;
    background-color: #ae1e2c !important;
    border-color: #ae1e2c !important;
}

.btn-black-outline .mu98590m98 {
    color: #ffffff !important;
    background-color: #232323 !important;
}

.btn-black-outline,
.btn-black-outline:active {
    background-color: transparent !important;
    border-color: #232323;
    color: #232323;
}

.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.ykq6pqdxbn {
    color: #000000 !important;
    background-color: transparent !important;
    border-color: #000000 !important;
    box-shadow: none !important;
}

.btn-black-outline.disabled,
.btn-black-outline:disabled {
    color: #ffffff !important;
    background-color: #232323 !important;
    border-color: #232323 !important;
}

.btn-white-outline .mu98590m98 {
    color: #000000 !important;
    background-color: #fafafa !important;
}

.btn-white-outline,
.btn-white-outline:active {
    background-color: transparent !important;
    border-color: #fafafa;
    color: #fafafa;
}

.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.ykq6pqdxbn {
    color: #cfcfcf !important;
    background-color: transparent !important;
    border-color: #cfcfcf !important;
    box-shadow: none !important;
}

.btn-white-outline.disabled,
.btn-white-outline:disabled {
    color: #7a7a7a !important;
    background-color: #fafafa !important;
    border-color: #fafafa !important;
}

.text-primary {
    color: #00b2ca !important;
}

.text-secondary {
    color: #e49b71 !important;
}

.text-success {
    color: #20ac6b !important;
}

.text-info {
    color: #0aa3c2 !important;
}

.text-warning {
    color: #cc9900 !important;
}

.text-danger {
    color: #ae1e2c !important;
}

.text-white {
    color: #fafafa !important;
}

.s6sepzhaqa {
    color: #232323 !important;
}

a.text-primary:hover,
a.text-primary:focus,
a.text-primary.ykq6pqdxbn {
    color: #005864 !important;
}

a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.ykq6pqdxbn {
    color: #c96226 !important;
}

a.text-success:hover,
a.text-success:focus,
a.text-success.ykq6pqdxbn {
    color: #105636 !important;
}

a.text-info:hover,
a.text-info:focus,
a.text-info.ykq6pqdxbn {
    color: #055161 !important;
}

a.text-warning:hover,
a.text-warning:focus,
a.text-warning.ykq6pqdxbn {
    color: #664d00 !important;
}

a.text-danger:hover,
a.text-danger:focus,
a.text-danger.ykq6pqdxbn {
    color: #570f16 !important;
}

a.text-white:hover,
a.text-white:focus,
a.text-white.ykq6pqdxbn {
    color: #c7c7c7 !important;
}

a.s6sepzhaqa:hover,
a.s6sepzhaqa:focus,
a.s6sepzhaqa.ykq6pqdxbn {
    color: #000000 !important;
}

a[class*="text-"]:not(.xos5d8g693):not(.dropdown-item):not([role]):not(.x5o7hv5mjt) {
    position: relative;
    background-image: transparent;
    background-size: 10000px 2px;
    background-repeat: no-repeat;
    background-position: 0px 1.2em;
    background-position: -10000px 1.2em;
}

a[class*="text-"]:not(.xos5d8g693):not(.dropdown-item):not([role]):not(.x5o7hv5mjt):hover {
    transition: background-position 2s ease-in-out;
    background-image: linear-gradient(currentColor 50%, currentColor 50%);
    background-position: 0px 1.2em;
}

.bnjltjshqs .xos5d8g693.ykq6pqdxbn {
    color: #00b2ca;
}

.bnjltjshqs .xos5d8g693:not(.ykq6pqdxbn) {
    color: #232323;
}

.bezj5xjaue {
    background-color: #70c770;
}

.alert-info {
    background-color: #0aa3c2;
}

.alert-warning {
    background-color: #cc9900;
}

.w7jj42i3t0 {
    background-color: #ae1e2c;
}

.uu0q5xls15 .ln615izxgj:not(.btn-form) {
    border-radius: 100px;
}

.mbr-gallery-filter li a {
    border-radius: 100px !important;
}

.mbr-gallery-filter li.ykq6pqdxbn .ln615izxgj {
    background-color: #00b2ca;
    border-color: #00b2ca;
    color: #ffffff;
}

.mbr-gallery-filter li.ykq6pqdxbn .ln615izxgj:focus {
    box-shadow: none;
}

.bnjltjshqs .xos5d8g693 {
    border-radius: 100px !important;
}

a,
a:hover {
    color: #00b2ca;
}

.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
    color: #97f3ff;
}

.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
    color: #68e3aa;
}

.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
    color: #55dbf6;
}

.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
    color: #ffe599;
}

.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
    color: #e56773;
}

/* Scroll to top button*/
.scrollToTop_wraper {
    display: none;
}

.bpg8xq4w8q {
    font-family: 'Onest', sans-serif;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 400;
    border-radius: 40px !important;
}

.bpg8xq4w8q>.mu98590m98 {
    font-size: 1.25rem;
}

.bpg8xq4w8q:hover,
.bpg8xq4w8q:focus {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
    border-color: #00b2ca !important;
}

.bpg8xq4w8q:-webkit-input-placeholder {
    font-family: 'Onest', sans-serif;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 400;
}

.bpg8xq4w8q:-webkit-input-placeholder>.mu98590m98 {
    font-size: 1.25rem;
}

blockquote {
    border-color: #00b2ca;
}

/* Forms */
.j1adc6j0g8 .input-group-btn .ln615izxgj {
    border-radius: 100px !important;
}

.j1adc6j0g8 .input-group-btn .ln615izxgj:hover {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}

.j1adc6j0g8 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
    padding: 1rem 3rem;
}

.j1adc6j0g8 .input-group-btn button[type="submit"]:hover {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}

.jq-selectbox li:hover,
.jq-selectbox li.selected {
    background-color: #00b2ca;
    color: #ffffff;
}

.jq-number__spin {
    transition: 0.25s ease;
}

.jq-number__spin:hover {
    border-color: #00b2ca;
}

.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
    transition: 0.4s;
    border-top-color: #232323;
    border-bottom-color: #232323;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
    border-top-color: #00b2ca;
    border-bottom-color: #00b2ca;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    color: #000000 !important;
    background-color: #00b2ca !important;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #000000 !important;
    background: #e49b71 !important;
    box-shadow: none !important;
}

.lazy-bg {
    background-image: none !important;
}

.lazy-placeholder:not(section),
.lazy-none {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: auto;
}

iframe.lazy-placeholder,
.lazy-placeholder:after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: transparent no-repeat center;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-image: url("../../../data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2300b2ca' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

section.lazy-placeholder:after {
    opacity: 0.5;
}

body {
    overflow-x: hidden;
}

a {
    transition: color 0.6s;
}

.uu0q5xls15 .ln615izxgj {
    padding: 4px 30px;
    align-items: center;
    min-height: 60px;
    font-weight: 700 !important;
}

.uu0q5xls15 .ln615izxgj span {
    font-weight: 700;
}

.uu0q5xls15 .ln615izxgj .mu98590m98 {
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-left: 10px;
    margin-right: -25px;
    transition: all .3s ease;
    font-size: inherit;
    font-weight: 400;
}

img,
.z7sodt3iyb,
.nts09c1e35,
.video-wrapper,
.j4jlkaqoe8 iframe,
.zkka1fkpop iframe,
.apxiqccyww,
.plan,
.wgq0jpaclv,
.t6u4hthjyg,
.qjakhd0tjf {
    border-radius: 30px !important;
}

@media (max-width: 992px) {

    img,
    .z7sodt3iyb,
    .nts09c1e35,
    .video-wrapper,
    .j4jlkaqoe8 iframe,
    .zkka1fkpop iframe,
    .apxiqccyww,
    .plan,
    .wgq0jpaclv,
    .t6u4hthjyg,
    .qjakhd0tjf {
        border-radius: 20px !important;
    }
}

.so768x69wv {
    border-radius: 30px !important;
}

@media (max-width: 992px) {
    .so768x69wv {
        border-radius: 20px !important;
    }
}

.so768x69wv::before {
    border-radius: 30px !important;
}

@media (max-width: 992px) {
    .so768x69wv::before {
        border-radius: 20px !important;
    }
}

.m80ngsbf5g,
.oxikvzkrtf {
    border-radius: 2rem;
}

.uobym0n3hi {
    border-radius: 30px 0 30px 30px !important;
}

@media (max-width: 992px) {
    .uobym0n3hi {
        border-radius: 20px 0 20px 20px !important;
    }
}

.qjakhd0tjf.ednis5eynp {
    border-radius: 25px !important;
}

@media (max-width: 992px) {
    .qjakhd0tjf.ednis5eynp {
        border-radius: 15px !important;
    }
}

.f2ywp7shju {
    border-radius: 30px !important;
}

@media (max-width: 992px) {
    .f2ywp7shju {
        border-radius: 20px !important;
    }
}

.e9o1ee3270 {
    z-index: 1000;
    width: 100%;
    position: relative;
}

.e9o1ee3270 .dropdown-item:before {
    font-family: Moririse2 !important;
    content: "\e966";
    display: inline-block;
    width: 0;
    position: absolute;
    left: 1rem;
    top: 0.5rem;
    margin-right: 0.5rem;
    line-height: 1;
    font-size: inherit;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    transform: scale(0, 1);
    transition: all 0.25s ease-in-out;
}

@media (max-width: 767px) {
    .e9o1ee3270 .c7dem7emll {
        transform: scale(0.8);
    }
}

.e9o1ee3270 .ehu5ypejep {
    flex-shrink: 0;
    align-items: center;
    margin-right: 0;
    padding: 10px 0;
    transition: all 0.3s;
    word-break: break-word;
    z-index: 1;
}

.e9o1ee3270 .ehu5ypejep img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.e9o1ee3270 .ehu5ypejep .x5o7hv5mjt {
    line-height: inherit !important;
}

.e9o1ee3270 .ehu5ypejep .wpp7ttj1v7 a {
    outline: none;
}

.e9o1ee3270 .u53cjs3uw3 {
    margin: auto;
    margin-left: 0;
}

.e9o1ee3270 .u53cjs3uw3 .hzmvela4d2 {
    padding: 0 24px !important;
    transition: 0.3s all !important;
}

@media (max-width: 992px) {
    .e9o1ee3270 .u53cjs3uw3 .hzmvela4d2 {
        padding-left: 0 !important;
    }
}

.e9o1ee3270 .u53cjs3uw3 .hzmvela4d2 .xos5d8g693 {
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
    transition: 0.3s all !important;
    font-weight: 700;
}

@media (max-width: 992px) {
    .e9o1ee3270 .u53cjs3uw3 .hzmvela4d2 .xos5d8g693 {
        padding: 10px 10px 10px 0 !important;
    }
}

.e9o1ee3270 .u53cjs3uw3 .hzmvela4d2 .xos5d8g693::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px !important;
    background-color: #e4ed64;
    transition: all 0.3s ease;
}

.e9o1ee3270 .u53cjs3uw3 .hzmvela4d2 .xos5d8g693:hover::before {
    width: 100%;
}

.e9o1ee3270 .u53cjs3uw3 .open .xos5d8g693::after {
    transform: rotate(180deg);
}

@media (min-width: 992px) {
    .e9o1ee3270 .u53cjs3uw3 .open .xos5d8g693::before {
        content: "";
        width: 100%;
        height: 20px;
        top: 100%;
        background: transparent;
        position: absolute;
    }
}

.e9o1ee3270 .u53cjs3uw3 .dropdown-item {
    padding: 14px !important;
    border-radius: 0.5rem !important;
    margin: 0 8px !important;
    transition: 0.3s all !important;
    background: #ffffff;
}

.e9o1ee3270 .xos5d8g693 {
    width: fit-content;
    position: relative;
}

.e9o1ee3270 .wpp7ttj1v7 {
    padding-left: 0;
    margin: 0 !important;
    border-radius: 5px !important;
}

@media (max-width: 767px) {
    .e9o1ee3270 .wpp7ttj1v7 {
        padding-left: 1rem;
    }
}

.e9o1ee3270 .x5o7hv5mjt {
    padding-left: 0.5rem;
    padding-right: 20px;
    border-right: 1px solid #e0e0e0;
    font-weight: 700;
}

@media (max-width: 992px) {
    .e9o1ee3270 .x5o7hv5mjt {
        border-right: none;
    }
}

@media (max-width: 767px) {
    .e9o1ee3270 .p7achc2nuh {
        padding-bottom: 0.5rem;
    }
}

.e9o1ee3270 .p7achc2nuh .br5w4t9m8u.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0rem;
    transition: 0.3s all;
}

.e9o1ee3270 .sdpxp23st7,
.e9o1ee3270 .rafraqzn1h {
    display: flex;
    height: 90px;
    padding: 0.5rem 15px;
    flex-wrap: nowrap;
    left: 0;
    right: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100vw;
    margin-top: 1rem;
    background-color: #ffffff;
}

@media (max-width: 992px) {

    .e9o1ee3270 .sdpxp23st7,
    .e9o1ee3270 .rafraqzn1h {
        padding-right: 2rem;
        box-shadow: none;
    }
}

@media (max-width: 767px) {

    .e9o1ee3270 .sdpxp23st7,
    .e9o1ee3270 .rafraqzn1h {
        width: 95%;
        height: 56px !important;
        padding-right: 1rem;
        margin-top: 0rem;
    }
}

.e9o1ee3270 .rafraqzn1h {
    margin-left: 95px;
    margin-right: 95px;
}

@media (max-width: 1640px) {
    .e9o1ee3270 .rafraqzn1h {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media (max-width: 992px) {
    .e9o1ee3270 .rafraqzn1h {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.e9o1ee3270 .sf7izzc56h {
    color: #19171c !important;
    font-size: 1.5rem;
    padding-right: 0.5rem;
    transition: all 0.3s ease-in-out;
}

.e9o1ee3270 .sf7izzc56h:hover {
    opacity: 0.6;
}

.e9o1ee3270 .dropdown-menu {
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 100%;
    padding: 0 !important;
    border-radius: 1rem;
    transition: 0.3s all !important;
    min-width: auto;
}

.e9o1ee3270 .hzmvela4d2:focus,
.e9o1ee3270 .xos5d8g693:focus {
    outline: none;
}

.e9o1ee3270 .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    transition: all 0.25s ease-in-out;
}

.e9o1ee3270 .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}

.e9o1ee3270 .dropdown .dropdown-menu .dropdown-item .mu98590m98 {
    margin-right: 0.5rem;
    vertical-align: sub;
}

.e9o1ee3270 .dropdown .dropdown-menu .dropdown-item .mu98590m98:before {
    display: inline-block;
    transform: scale(1, 1);
    transition: all 0.25s ease-in-out;
}

.e9o1ee3270 .sex1ibi2pc .dropdown-menu .dropdown-item:before {
    display: none;
}

.e9o1ee3270 .sex1ibi2pc .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
}

.e9o1ee3270 .o0kn580gnn {
    min-height: 90px;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.e9o1ee3270 .o0kn580gnn.opened {
    transition: all 0.3s;
}

.e9o1ee3270 .o0kn580gnn .dropdown-item {
    padding: 0.5rem 1.8rem;
}

.e9o1ee3270 .o0kn580gnn .wpp7ttj1v7 img {
    width: auto;
}

.e9o1ee3270 .o0kn580gnn .f2ywp7shju {
    z-index: 1;
    justify-content: flex-end;
}

.e9o1ee3270 .o0kn580gnn.sex1ibi2pc {
    justify-content: center;
}

.e9o1ee3270 .o0kn580gnn.sex1ibi2pc .hzmvela4d2 .xos5d8g693::before {
    display: none;
}

.e9o1ee3270 .o0kn580gnn.sex1ibi2pc.opened .dropdown-menu {
    top: 0;
}

@media (min-width: 992px) {
    .e9o1ee3270 .o0kn580gnn.sex1ibi2pc.opened:not(.navbar-short) .f2ywp7shju {
        max-height: calc(98.5vh - 3rem);
    }
}

.e9o1ee3270 .o0kn580gnn.sex1ibi2pc .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}

.e9o1ee3270 .o0kn580gnn.sex1ibi2pc .dropdown-menu .dropdown-item:after {
    right: auto;
}

.e9o1ee3270 .o0kn580gnn.sex1ibi2pc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
}

.e9o1ee3270 .o0kn580gnn.sex1ibi2pc ul.u53cjs3uw3 li {
    margin: auto;
}

.e9o1ee3270 .o0kn580gnn.sex1ibi2pc .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
}

.e9o1ee3270 .o0kn580gnn.sex1ibi2pc .sxz73kdthf {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

@media (max-width: 767px) {
    .e9o1ee3270 .o0kn580gnn {
        min-height: 72px;
    }

    .e9o1ee3270 .o0kn580gnn .wpp7ttj1v7 img {
        height: 2rem !important;
    }
}

@media (max-width: 991px) {
    .e9o1ee3270 .o0kn580gnn .hzmvela4d2 .xos5d8g693::before {
        display: none;
    }

    .e9o1ee3270 .o0kn580gnn.opened .dropdown-menu {
        top: 0;
    }

    .e9o1ee3270 .o0kn580gnn .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }

    .e9o1ee3270 .o0kn580gnn .dropdown-menu .dropdown-item:after {
        right: auto;
    }

    .e9o1ee3270 .o0kn580gnn .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
        margin-left: 0.5rem;
        margin-top: 0.2rem;
        border-top: 0.35em solid;
        border-right: 0.35em solid transparent;
        border-left: 0.35em solid transparent;
        border-bottom: 0;
        top: 40%;
    }

    .e9o1ee3270 .o0kn580gnn .dropdown-menu .dropdown-item {
        padding: 0.25rem 1.5rem !important;
        text-align: center;
    }

    .e9o1ee3270 .o0kn580gnn .ehu5ypejep {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 10px;
    }

    .e9o1ee3270 .o0kn580gnn .c7dem7emll {
        flex-basis: auto;
    }

    .e9o1ee3270 .o0kn580gnn .sxz73kdthf {
        padding-left: 0;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

.e9o1ee3270 .o0kn580gnn.navbar-short .wpp7ttj1v7 img {
    height: 2rem;
}

.e9o1ee3270 .dropdown-item.ykq6pqdxbn,
.e9o1ee3270 .dropdown-item:active {
    background-color: transparent;
}

.e9o1ee3270 .kd31ezdoqz .u53cjs3uw3 .xos5d8g693 {
    padding: 0;
}

.e9o1ee3270 .p7achc2nuh .br5w4t9m8u.dropdown-toggle {
    margin-right: 1.667em;
}

.e9o1ee3270 .p7achc2nuh .br5w4t9m8u.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.667em;
}

.e9o1ee3270 .o0kn580gnn.kd31ezdoqz .dropdown .dropdown-menu {
    background: transparent;
    top: 2.5rem;
}

@media (max-width: 992px) {
    .e9o1ee3270 .o0kn580gnn.kd31ezdoqz .dropdown .dropdown-menu {
        top: 0;
    }
}

.e9o1ee3270 .o0kn580gnn.kd31ezdoqz .dropdown .dropdown-menu .dropdown-submenu {
    margin: 0;
    left: 95%;
    transform: none;
    top: 0;
}

.e9o1ee3270 .o0kn580gnn .dropdown.open>.dropdown-menu {
    display: flex;
}

.e9o1ee3270 ul.u53cjs3uw3 {
    flex-wrap: wrap;
}

.e9o1ee3270 .a3cnrd90zv {
    text-align: center;
    min-width: 140px;
}

@media (max-width: 992px) {
    .e9o1ee3270 .a3cnrd90zv {
        text-align: left;
    }
}

.e9o1ee3270 button.c7dem7emll {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
}

.e9o1ee3270 button.c7dem7emll .ot0cpbh523 span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
}

.e9o1ee3270 button.c7dem7emll .ot0cpbh523 span:nth-child(1) {
    top: 0;
    transition: all 0.2s;
}

.e9o1ee3270 button.c7dem7emll .ot0cpbh523 span:nth-child(2) {
    top: 8px;
    transition: all 0.15s;
}

.e9o1ee3270 button.c7dem7emll .ot0cpbh523 span:nth-child(3) {
    top: 8px;
    transition: all 0.15s;
}

.e9o1ee3270 button.c7dem7emll .ot0cpbh523 span:nth-child(4) {
    top: 16px;
    transition: all 0.2s;
}

.e9o1ee3270 nav.opened .ot0cpbh523 span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}

.e9o1ee3270 nav.opened .ot0cpbh523 span:nth-child(2) {
    transform: rotate(45deg);
    transition: all 0.25s;
}

.e9o1ee3270 nav.opened .ot0cpbh523 span:nth-child(3) {
    transform: rotate(-45deg);
    transition: all 0.25s;
}

.e9o1ee3270 nav.opened .ot0cpbh523 span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}

.e9o1ee3270 .bfu5lbxhyx {
    padding: 0 1rem;
}

.e9o1ee3270 a.xos5d8g693 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.e9o1ee3270 .sxz73kdthf {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.3rem;
    text-align: center;
}

@media (max-width: 992px) {
    .e9o1ee3270 .sxz73kdthf {
        justify-content: flex-start;
        margin-bottom: 0.5rem;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .e9o1ee3270 .o0kn580gnn {
        height: 70px;
    }

    .e9o1ee3270 .o0kn580gnn.opened {
        height: auto;
    }

    .e9o1ee3270 .hzmvela4d2 .xos5d8g693:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}

.e9o1ee3270 .o0kn580gnn .dropdown>.dropdown-menu {
    display: none;
    width: max-content;
    max-width: 500px !important;
    transform: translateX(-50%);
    top: calc(100% + 20px);
    left: 50%;
}

.e9o1ee3270 .o0kn580gnn .dropdown>.dropdown-menu .dropdown-item {
    line-height: 1 !important;
    margin-bottom: 9px !important;
}

@media (max-width: 992px) {
    .e9o1ee3270 .o0kn580gnn .dropdown>.dropdown-menu .dropdown-item {
        margin-bottom: 0;
    }
}

.e9o1ee3270 .o0kn580gnn .dropdown>.dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
}

.e9o1ee3270 .o0kn580gnn .dropdown>.dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.6rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(-90deg);
}

.e9o1ee3270 .o0kn580gnn .dropdown>.dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(0deg);
}

.e9o1ee3270 .uu0q5xls15 {
    margin: -0.6rem -0.6rem;
}

.e9o1ee3270 .uu0q5xls15 .ln615izxgj {
    white-space: nowrap;
    width: auto;
}

@media (max-width: 575px) {
    .e9o1ee3270 .uu0q5xls15 .ln615izxgj {
        width: auto !important;
    }
}

.e9o1ee3270 .c7dem7emll {
    margin-left: 12px;
    margin-right: 8px;
    order: 1000;
}

@media (max-width: 991px) {
    .e9o1ee3270 .ehu5ypejep {
        margin-right: auto;
    }

    .e9o1ee3270 .f2ywp7shju {
        z-index: -1 !important;
        position: absolute;
        top: 110%;
        left: 0;
        width: 100%;
        padding: 1rem;
        border-radius: 1.5rem;
        background: #ffffff;
        backdrop-filter: blur(8px);
    }

    .e9o1ee3270 .u53cjs3uw3 .hzmvela4d2 .xos5d8g693::after {
        margin-left: 10px;
    }

    .e9o1ee3270 .o0kn580gnn .dropdown>.dropdown-menu {
        max-width: 100% !important;
        transform: translateX(0);
        top: 10px;
        left: 0;
        padding: 0 !important;
        border-radius: 1rem;
        background-color: transparent !important;
    }

    .e9o1ee3270 .o0kn580gnn .dropdown>.dropdown-menu .dropdown-item {
        padding: 10px 10px 10px 0 !important;
        line-height: 1 !important;
        margin-bottom: 4px !important;
    }

    .e9o1ee3270 .o0kn580gnn .dropdown>.dropdown-menu .dropdown .dropdown-item {
        align-items: center;
        display: flex;
        height: max-content !important;
        min-height: max-content !important;
    }

    .e9o1ee3270 .o0kn580gnn .dropdown>.dropdown-menu .dropdown .dropdown-item::after {
        display: inline-block;
        position: static;
        margin-left: 0.5rem;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        transition: 0.3s all;
        transform: rotate(0deg);
    }

    .e9o1ee3270 .o0kn580gnn .dropdown>.dropdown-menu .dropdown.open .dropdown-item::after {
        transform: rotate(180deg);
    }

    .e9o1ee3270 .o0kn580gnn .dropdown>.dropdown-menu .dropdown-submenu {
        position: static;
        width: 100%;
        max-width: 100% !important;
        transform: translateX(0) !important;
        top: 0;
        left: 0;
        padding: 8px !important;
        padding-left: 0 !important;
        margin-left: 0;
        border-radius: 1rem;
        background-color: transparent;
    }

    .e9o1ee3270 .o0kn580gnn .dropdown.open>.dropdown-menu {
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575px) {
    .e9o1ee3270 .f2ywp7shju {
        padding: 1rem;
    }
}

.w2vqrcqq5j {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-color: #ffffff;
}

.w2vqrcqq5j .mbr-fallback-image.disabled {
    display: none;
}

.w2vqrcqq5j .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.w2vqrcqq5j .rafraqzn1h {
    padding: 0 10px;
}

@media (max-width: 992px) {
    .w2vqrcqq5j .rafraqzn1h {
        padding: 15px;
    }
}

@media (max-width: 992px) {
    .w2vqrcqq5j .sdpxp23st7 {
        padding: 15px;
    }
}

.w2vqrcqq5j .x5ywwege5v {
    margin: 0 -5px;
}

.w2vqrcqq5j .x5ywwege5v .wgq0jpaclv {
    padding: 0 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .w2vqrcqq5j .x5ywwege5v .wgq0jpaclv {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.w2vqrcqq5j .k0nfdqubnj {
    position: relative;
    height: 100%;
}

@media (max-width: 992px) {
    .w2vqrcqq5j .k0nfdqubnj {
        margin-bottom: 15px;
    }
}

.w2vqrcqq5j .k0nfdqubnj img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 992px) {
    .w2vqrcqq5j .k0nfdqubnj img {
        position: static;
        height: 350px;
    }
}

.w2vqrcqq5j .nts09c1e35 {
    padding: 200px 80px 80px;
    background-color: #e8edf3;
}

@media (max-width: 1440px) {
    .w2vqrcqq5j .nts09c1e35 {
        padding: 200px 40px 80px;
    }
}

@media (max-width: 992px) {
    .w2vqrcqq5j .nts09c1e35 {
        padding: 30px;
    }
}

.w2vqrcqq5j .nts09c1e35 .z7sodt3iyb .g4i9dkmv8q .rspjmubbs8 {
    width: 80%;
    display: inline-block;
    margin-bottom: 30px;
}

@media (max-width: 1440px) {
    .w2vqrcqq5j .nts09c1e35 .z7sodt3iyb .g4i9dkmv8q .rspjmubbs8 {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .w2vqrcqq5j .nts09c1e35 .z7sodt3iyb .g4i9dkmv8q .rspjmubbs8 {
        margin-bottom: 20px;
    }
}

.w2vqrcqq5j .nts09c1e35 .z7sodt3iyb .km7g653gog .h8ueu3bhqg {
    width: 60%;
    display: inline-block;
    margin-bottom: 0;
}

@media (max-width: 1440px) {
    .w2vqrcqq5j .nts09c1e35 .z7sodt3iyb .km7g653gog .h8ueu3bhqg {
        width: 100%;
    }
}

.w2vqrcqq5j .nts09c1e35 .z7sodt3iyb .uu0q5xls15 {
    margin-top: 20px;
}

.w2vqrcqq5j .nts09c1e35 .z7sodt3iyb .uu0q5xls15 .ln615izxgj {
    margin-bottom: 0;
}

.w2vqrcqq5j .nts09c1e35 .yq6ttedqen {
    margin-top: 200px;
}

@media (max-width: 992px) {
    .w2vqrcqq5j .nts09c1e35 .yq6ttedqen {
        margin-top: 30px;
    }
}

.w2vqrcqq5j .nts09c1e35 .yq6ttedqen .tj9laaeuo1 {
    display: inline-flex;
    align-items: center;
}

@media (max-width: 992px) {
    .w2vqrcqq5j .nts09c1e35 .yq6ttedqen .tj9laaeuo1 {
        display: block;
    }
}

.w2vqrcqq5j .nts09c1e35 .yq6ttedqen .tj9laaeuo1 .s2xr4m51tj {
    margin-bottom: 0;
    padding-right: 20px;
}

.w2vqrcqq5j .nts09c1e35 .yq6ttedqen .tj9laaeuo1 .y2yb1g73hu {
    border-left: 1px solid #e0e0e0;
    padding: 10px 20px;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .w2vqrcqq5j .nts09c1e35 .yq6ttedqen .tj9laaeuo1 .y2yb1g73hu {
        padding: 0;
        border: none;
    }
}

.w2vqrcqq5j .rspjmubbs8 {
    color: #000000;
}

.w2vqrcqq5j .h8ueu3bhqg,
.w2vqrcqq5j .km7g653gog {
    color: #8a8a8a;
}

.w2vqrcqq5j .s2xr4m51tj {
    color: #000000;
}

.w2vqrcqq5j .y2yb1g73hu {
    color: #000000;
}

.w2vqrcqq5j .rspjmubbs8,
.w2vqrcqq5j .uu0q5xls15,
.w2vqrcqq5j .g4i9dkmv8q {
    color: #000000;
}

.w2vqrcqq5j .s2xr4m51tj,
.w2vqrcqq5j .yq6ttedqen {
    color: #000000;
}

.w2vqrcqq5j .y2yb1g73hu,
.w2vqrcqq5j .yq6ttedqen {
    color: #000000;
}

.f70m1bxk3t {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-image: url("photo-1605705712924-ab42d6bb9de7.jpeg");
}

.f70m1bxk3t .mbr-fallback-image.disabled {
    display: none;
}

.f70m1bxk3t .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.f70m1bxk3t .wgq0jpaclv {
    justify-content: flex-end;
}

.f70m1bxk3t .g4i9dkmv8q .rspjmubbs8 {
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .f70m1bxk3t .g4i9dkmv8q .rspjmubbs8 {
        margin-bottom: 20px;
    }
}

.f70m1bxk3t .s19847m2ur {
    margin-bottom: 50px;
    text-align: right;
}

.f70m1bxk3t .s19847m2ur .ln615izxgj {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .f70m1bxk3t .s19847m2ur {
        margin-bottom: 30px;
        text-align: left;
    }
}

.f70m1bxk3t .rc6k3a52bx {
    justify-content: center;
    margin: 0 -15px;
}

.f70m1bxk3t .rc6k3a52bx .i6emgwflox {
    padding: 0 15px;
}

.f70m1bxk3t .i6emgwflox {
    animation: none !important;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .f70m1bxk3t .i6emgwflox {
        margin-bottom: 15px;
    }
}

.f70m1bxk3t .i6emgwflox .t6u4hthjyg {
    position: relative;
    padding: 40px;
    backdrop-filter: blur(10px);
    height: 100%;
}

@media (max-width: 992px) {
    .f70m1bxk3t .i6emgwflox .t6u4hthjyg {
        padding: 30px;
    }
}

.f70m1bxk3t .i6emgwflox .t6u4hthjyg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;
    z-index: 1;
    pointer-events: none;
    opacity: 0.1;
    background-color: #000000;
}

.f70m1bxk3t .i6emgwflox .t6u4hthjyg:hover .omczw11c1e .zzkippnt5w::before,
.f70m1bxk3t .i6emgwflox .t6u4hthjyg:focus .omczw11c1e .zzkippnt5w::before {
    width: 0;
    opacity: 1;
    background-color: #5fe4fd;
}

.f70m1bxk3t .i6emgwflox .t6u4hthjyg:hover .omczw11c1e .zzkippnt5w::after,
.f70m1bxk3t .i6emgwflox .t6u4hthjyg:focus .omczw11c1e .zzkippnt5w::after {
    width: 100%;
}

.f70m1bxk3t .i6emgwflox .t6u4hthjyg .omczw11c1e {
    position: relative;
    z-index: 1;
}

.f70m1bxk3t .i6emgwflox .t6u4hthjyg .omczw11c1e .sf7izzc56h {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .f70m1bxk3t .i6emgwflox .t6u4hthjyg .omczw11c1e .sf7izzc56h {
        margin-bottom: 20px;
    }
}

.f70m1bxk3t .i6emgwflox .t6u4hthjyg .omczw11c1e .sf7izzc56h .mu98590m98 {
    font-size: 48px;
    color: #5fe4fd;
    display: inline-flex;
}

.f70m1bxk3t .i6emgwflox .t6u4hthjyg .omczw11c1e .zzkippnt5w {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    height: 1px;
    transition: all 0.3s ease;
}

.f70m1bxk3t .i6emgwflox .t6u4hthjyg .omczw11c1e .zzkippnt5w::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.4;
    transition: all 0.4s ease;
}

.f70m1bxk3t .i6emgwflox .t6u4hthjyg .omczw11c1e .zzkippnt5w::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #5fe4fd;
    transition: all 0.6s ease;
}

.f70m1bxk3t .i6emgwflox .t6u4hthjyg .omczw11c1e .e581dlr4tm {
    margin-bottom: 20px;
}

.f70m1bxk3t .i6emgwflox .t6u4hthjyg .omczw11c1e .obwraij1dz {
    margin-bottom: 0;
    opacity: 0.6;
}

.f70m1bxk3t .i6emgwflox .t6u4hthjyg .omczw11c1e .uu0q5xls15 {
    margin-top: 20px;
}

.f70m1bxk3t .i6emgwflox .t6u4hthjyg .omczw11c1e .uu0q5xls15 .ln615izxgj {
    margin-bottom: 0;
}

.f70m1bxk3t .rspjmubbs8 {
    color: #ffffff;
}

.f70m1bxk3t .e581dlr4tm {
    color: #ffffff;
}

.f70m1bxk3t .obwraij1dz {
    color: #ffffff;
}

.btf59bpw2t {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.btf59bpw2t .mbr-fallback-image.disabled {
    display: none;
}

.btf59bpw2t .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.btf59bpw2t .nts09c1e35 {
    position: relative;
    height: 100%;
    margin-right: 48px;
    will-change: transform;
    animation: none !important;
}

@media (max-width: 992px) {
    .btf59bpw2t .nts09c1e35 {
        margin-bottom: 60px;
        margin-right: 0;
        height: auto;
    }
}

.btf59bpw2t .nts09c1e35 .sbhilk8gde img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    will-change: transform;
    animation: none !important;
}

@media (max-width: 992px) {
    .btf59bpw2t .nts09c1e35 .sbhilk8gde img {
        position: static;
        height: 400px;
    }
}

.btf59bpw2t .nts09c1e35 .zg20tbas44 {
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;
    height: 60px;
    background-color: #ffffff;
    border-bottom-left-radius: 30px;
    z-index: 1;
}

@media (max-width: 992px) {
    .btf59bpw2t .nts09c1e35 .zg20tbas44 {
        width: 120px;
    }
}

.btf59bpw2t .nts09c1e35 .zg20tbas44::before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-top-right-radius: 30px;
    box-shadow: 10px -10px 0 10px #ffffff;
}

.btf59bpw2t .nts09c1e35 .zg20tbas44::after {
    content: '';
    position: absolute;
    top: 60px;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-top-right-radius: 30px;
    box-shadow: 10px -10px 0 10px #ffffff;
}

.btf59bpw2t .nts09c1e35 .t6u4hthjyg {
    position: absolute;
    bottom: -20px;
    left: 30px;
    width: 260px;
    animation: none !important;
    backdrop-filter: blur(10px);
    padding: 40px;
}

@media (max-width: 992px) {
    .btf59bpw2t .nts09c1e35 .t6u4hthjyg {
        padding: 30px;
        bottom: -30px;
        left: 0;
    }
}

@media (max-width: 425px) {
    .btf59bpw2t .nts09c1e35 .t6u4hthjyg {
        width: 100%;
    }
}

.btf59bpw2t .nts09c1e35 .t6u4hthjyg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;
    z-index: 1;
    pointer-events: none;
    opacity: 0.2;
    background-color: #000000;
}

.btf59bpw2t .nts09c1e35 .t6u4hthjyg .omczw11c1e {
    z-index: 2;
    position: relative;
}

.btf59bpw2t .nts09c1e35 .t6u4hthjyg .omczw11c1e .giwxy9i4ve {
    margin-bottom: 15px;
}

.btf59bpw2t .nts09c1e35 .t6u4hthjyg .omczw11c1e .m83vp681su {
    margin-bottom: 15px;
}

.btf59bpw2t .nts09c1e35 .t6u4hthjyg .omczw11c1e .rnc6je4q8n {
    margin-bottom: 5px;
}

.btf59bpw2t .nts09c1e35 .t6u4hthjyg .omczw11c1e .rnc6je4q8n .rfka1tx9po {
    display: inline-flex;
}

.btf59bpw2t .nts09c1e35 .t6u4hthjyg .omczw11c1e .rnc6je4q8n .rfka1tx9po .muv79pv3qg {
    margin-bottom: 0;
    display: inline-flex;
}

.btf59bpw2t .nts09c1e35 .t6u4hthjyg .omczw11c1e .vjy1t9vcoi {
    margin-bottom: 0;
}

.btf59bpw2t .x99v54bv7r .r4a6bvcjw1 .m80ngsbf5g {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 20px;
    border: 1px solid #00b2ca;
}

.btf59bpw2t .x99v54bv7r .rspjmubbs8 {
    margin-bottom: 15px;
}

.btf59bpw2t .x99v54bv7r .h8ueu3bhqg {
    margin-bottom: 0;
}

.btf59bpw2t .x99v54bv7r .rc6k3a52bx {
    margin-top: 30px;
}

.btf59bpw2t .x99v54bv7r .rc6k3a52bx .i6emgwflox {
    padding: 35px 0;
    border-top: 1px solid #e0e0e0;
}

@media (max-width: 992px) {
    .btf59bpw2t .x99v54bv7r .rc6k3a52bx .i6emgwflox {
        padding: 30px 0;
    }
}

.btf59bpw2t .x99v54bv7r .rc6k3a52bx .i6emgwflox:last-child {
    padding-bottom: 0 !important;
}

.btf59bpw2t .x99v54bv7r .rc6k3a52bx .i6emgwflox .t6u4hthjyg .omczw11c1e {
    display: flex;
    align-items: center;
}

@media (max-width: 992px) {
    .btf59bpw2t .x99v54bv7r .rc6k3a52bx .i6emgwflox .t6u4hthjyg .omczw11c1e {
        display: block;
    }
}

.btf59bpw2t .x99v54bv7r .rc6k3a52bx .i6emgwflox .t6u4hthjyg .omczw11c1e .sf7izzc56h {
    display: inline-flex;
    margin-right: 30px;
}

@media (max-width: 992px) {
    .btf59bpw2t .x99v54bv7r .rc6k3a52bx .i6emgwflox .t6u4hthjyg .omczw11c1e .sf7izzc56h {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.btf59bpw2t .x99v54bv7r .rc6k3a52bx .i6emgwflox .t6u4hthjyg .omczw11c1e .sf7izzc56h .mu98590m98 {
    width: 80px;
    height: 80px;
    min-width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #ffffff;
    background-color: #00b2ca;
    border-radius: 100%;
}

.btf59bpw2t .x99v54bv7r .rc6k3a52bx .i6emgwflox .t6u4hthjyg .omczw11c1e .e581dlr4tm {
    padding-right: 30px;
    width: 30%;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .btf59bpw2t .x99v54bv7r .rc6k3a52bx .i6emgwflox .t6u4hthjyg .omczw11c1e .e581dlr4tm {
        padding-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
}

.btf59bpw2t .x99v54bv7r .rc6k3a52bx .i6emgwflox .t6u4hthjyg .omczw11c1e .obwraij1dz {
    padding-right: 30px;
    width: 50%;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .btf59bpw2t .x99v54bv7r .rc6k3a52bx .i6emgwflox .t6u4hthjyg .omczw11c1e .obwraij1dz {
        padding-right: 0;
        width: 100%;
    }
}

.btf59bpw2t .m80ngsbf5g,
.btf59bpw2t .r4a6bvcjw1 {
    color: #000000;
}

.btf59bpw2t .rspjmubbs8 {
    color: #000000;
}

.btf59bpw2t .h8ueu3bhqg {
    color: #8a8a8a;
}

.btf59bpw2t .e581dlr4tm {
    color: #000000;
}

.btf59bpw2t .obwraij1dz {
    color: #8a8a8a;
}

.btf59bpw2t .giwxy9i4ve {
    color: #00B2CA;
    text-align: center;
}

.btf59bpw2t .m83vp681su {
    color: #ffffff;
    text-align: center;
}

.btf59bpw2t .muv79pv3qg,
.btf59bpw2t .rnc6je4q8n {
    color: #00B2CA;
    text-align: center;
}

.btf59bpw2t .vjy1t9vcoi {
    color: #ffffff;
    text-align: center;
}

.y2ynb34aak {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.y2ynb34aak .mbr-fallback-image.disabled {
    display: none;
}

.y2ynb34aak .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.y2ynb34aak .x5ywwege5v {
    justify-content: space-between;
}

.y2ynb34aak .x99v54bv7r .r4a6bvcjw1 .m80ngsbf5g {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 20px;
    border: 1px solid #00b2ca;
}

.y2ynb34aak .x99v54bv7r .rspjmubbs8 {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .y2ynb34aak .x99v54bv7r .rspjmubbs8 {
        margin-bottom: 20px;
    }
}

.y2ynb34aak .x99v54bv7r .h8ueu3bhqg {
    margin-bottom: 0;
}

.y2ynb34aak .x99v54bv7r .uu0q5xls15 {
    margin-top: 20px;
}

.y2ynb34aak .zkka1fkpop iframe {
    height: 500px;
    filter: grayscale(1);
}

@media (max-width: 992px) {
    .y2ynb34aak .zkka1fkpop iframe {
        height: 350px;
    }
}

.y2ynb34aak .m80ngsbf5g {
    color: #000000;
}

.y2ynb34aak .rspjmubbs8 {
    color: #000000;
}

.y2ynb34aak .y2yb1g73hu {
    color: #000000;
}

.y2ynb34aak .h8ueu3bhqg {
    color: #8a8a8a;
}

.zs8g3be9de {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
    background-image: linear-gradient(#e8edf3 50%, #ffffff);
}

.zs8g3be9de .i6emgwflox:focus,
.zs8g3be9de span:focus {
    outline: none;
}

.zs8g3be9de .i6emgwflox {
    cursor: pointer;
}

.zs8g3be9de .l2wrusdg9b {
    grid-row-gap: 30px;
}

@media (max-width: 767px) {
    .zs8g3be9de .l2wrusdg9b {
        grid-row-gap: 15px;
    }
}

.zs8g3be9de .grid-container-1,
.zs8g3be9de .grid-container-2,
.zs8g3be9de .rd2maua55g {
    gap: 0 30px;
}

@media (max-width: 767px) {

    .zs8g3be9de .grid-container-1,
    .zs8g3be9de .grid-container-2,
    .zs8g3be9de .rd2maua55g {
        gap: 0 15px;
    }
}

.zs8g3be9de .rspjmubbs8 {
    margin-bottom: 50px;
    color: #000000;
    text-align: center;
}

@media (max-width: 992px) {
    .zs8g3be9de .rspjmubbs8 {
        margin-bottom: 30px;
    }
}

.zs8g3be9de .ftnsbv35ts {
    max-width: 800px;
}

.zs8g3be9de .sdpxp23st7,
.zs8g3be9de .rafraqzn1h {
    overflow: hidden;
}

.zs8g3be9de .l2wrusdg9b {
    display: grid;
    transform: translate3d(-3rem, 0, 0);
    width: 115vw;
    grid-column-gap: 1rem;
}

.zs8g3be9de .idhrsd3g4o {
    display: flex;
    justify-content: center;
    align-items: center;
}

.zs8g3be9de .idhrsd3g4o img {
    min-width: 30vw;
    max-width: 100%;
    height: 500px;
    object-fit: cover;
}

@media (max-width: 1200px) {
    .zs8g3be9de .idhrsd3g4o img {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .zs8g3be9de .idhrsd3g4o img {
        height: 150px;
    }
}

.zs8g3be9de .grid-container-1,
.zs8g3be9de .grid-container-2,
.zs8g3be9de .rd2maua55g {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
}

.zs8g3be9de .grid-container-1 {
    align-items: flex-end;
}

.zs8g3be9de .grid-container-2 {
    align-items: flex-start;
}

.ovxik2mxyo {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.ovxik2mxyo .mbr-fallback-image.disabled {
    display: none;
}

.ovxik2mxyo .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.ovxik2mxyo .g4i9dkmv8q {
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .ovxik2mxyo .g4i9dkmv8q {
        margin-bottom: 30px;
    }
}

.ovxik2mxyo .g4i9dkmv8q .r4a6bvcjw1 .m80ngsbf5g {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 20px;
    border: 1px solid #00b2ca;
}

.ovxik2mxyo .g4i9dkmv8q .i4377r1h5o .rspjmubbs8 {
    width: 60%;
    display: inline-block;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .ovxik2mxyo .g4i9dkmv8q .i4377r1h5o .rspjmubbs8 {
        width: 100%;
    }
}

.ovxik2mxyo .x2gbctswu1 {
    display: flex;
    justify-content: center;
    position: relative;
    min-width: 408px;
    max-width: 408px;
    animation: none !important;
}

@media (max-width: 767px) {
    .ovxik2mxyo .x2gbctswu1 {
        min-width: 100%;
        max-width: 100%;
    }
}

.ovxik2mxyo .x2gbctswu1:nth-child(2n) {
    margin-top: 60px;
}

@media (max-width: 992px) {
    .ovxik2mxyo .x2gbctswu1:nth-child(2n) {
        margin-top: 0;
    }
}

.ovxik2mxyo .x2gbctswu1 .apxiqccyww {
    width: 100%;
}

.ovxik2mxyo .x2gbctswu1 .apxiqccyww .t6u4hthjyg {
    position: relative;
    height: 100%;
    overflow: hidden;
    will-change: transform;
    animation: none !important;
}

.ovxik2mxyo .x2gbctswu1 .apxiqccyww .t6u4hthjyg:hover .nt53xys9an .mu98590m98,
.ovxik2mxyo .x2gbctswu1 .apxiqccyww .t6u4hthjyg:focus .nt53xys9an .mu98590m98 {
    background-color: #000000;
    color: #ffffff;
}

.ovxik2mxyo .x2gbctswu1 .apxiqccyww .t6u4hthjyg:hover .qjakhd0tjf img,
.ovxik2mxyo .x2gbctswu1 .apxiqccyww .t6u4hthjyg:focus .qjakhd0tjf img {
    transform: scale(1.1);
}

.ovxik2mxyo .x2gbctswu1 .apxiqccyww .t6u4hthjyg .nt53xys9an {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    padding: 0 0 10px 10px;
    background-color: #ffffff;
    border-radius: 0 0 0 30px;
    z-index: 2;
}

.ovxik2mxyo .x2gbctswu1 .apxiqccyww .t6u4hthjyg .nt53xys9an .mu98590m98 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    min-width: 50px;
    font-size: 18px;
    background-color: #00b2ca;
    color: #ffffff;
    border-radius: 100%;
    transition: all 0.3s ease;
    z-index: 5;
}

.ovxik2mxyo .x2gbctswu1 .apxiqccyww .t6u4hthjyg .nt53xys9an::before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-top-right-radius: 30px;
    box-shadow: 10px -10px 0 10px #ffffff;
}

.ovxik2mxyo .x2gbctswu1 .apxiqccyww .t6u4hthjyg .nt53xys9an::after {
    content: '';
    position: absolute;
    top: 60px;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-top-right-radius: 30px;
    box-shadow: 10px -10px 0 10px #ffffff;
}

.ovxik2mxyo .x2gbctswu1 .apxiqccyww .t6u4hthjyg .qjakhd0tjf {
    overflow: hidden;
}

.ovxik2mxyo .x2gbctswu1 .apxiqccyww .t6u4hthjyg .qjakhd0tjf img {
    height: 500px;
    width: 100%;
    transition: all 0.3s ease;
    object-fit: cover;
}

@media (max-width: 992px) {
    .ovxik2mxyo .x2gbctswu1 .apxiqccyww .t6u4hthjyg .qjakhd0tjf img {
        height: 350px;
    }
}

.ovxik2mxyo .x2gbctswu1 .apxiqccyww .t6u4hthjyg .nujlcxeia1 {
    position: relative;
    z-index: 1;
    padding: 20px 30px;
    margin: -3.3rem 40px 0 40px;
    backdrop-filter: blur(10px);
}

@media (max-width: 768px) {
    .ovxik2mxyo .x2gbctswu1 .apxiqccyww .t6u4hthjyg .nujlcxeia1 {
        margin: -3.3rem 0 0 0;
    }
}

.ovxik2mxyo .x2gbctswu1 .apxiqccyww .t6u4hthjyg .nujlcxeia1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;
    z-index: 1;
    pointer-events: none;
    opacity: 0.2;
    background-color: #000000;
}

.ovxik2mxyo .x2gbctswu1 .apxiqccyww .t6u4hthjyg .nujlcxeia1 .tvlxo1et8z {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}

.ovxik2mxyo .x2gbctswu1 .apxiqccyww .t6u4hthjyg .nujlcxeia1 .u4ya80bqpd {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    transition: all 0.3s ease;
}

.ovxik2mxyo .x2gbctswu1 .apxiqccyww .t6u4hthjyg .nujlcxeia1 .u4ya80bqpd:hover,
.ovxik2mxyo .x2gbctswu1 .apxiqccyww .t6u4hthjyg .nujlcxeia1 .u4ya80bqpd:focus {
    color: #00b2ca;
}

.ovxik2mxyo .j5a1abt4fi,
.ovxik2mxyo .rj6n3wcpra {
    display: flex;
}

.ovxik2mxyo .dcuj6hy67j {
    bottom: 0;
    width: 60px;
    height: 60px;
    font-size: 18px;
    background-color: #000000 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 50%;
    transition: all 0.3s;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
    display: none;
}

.ovxik2mxyo .dcuj6hy67j:hover {
    background-color: #000000 !important;
    color: #000000 !important;
}

.ovxik2mxyo .dcuj6hy67j.rj6n3wcpra {
    left: 0;
}

.ovxik2mxyo .dcuj6hy67j.j5a1abt4fi {
    right: 0;
}

.ovxik2mxyo .o2y0g2tn2k {
    position: relative;
    width: 100%;
}

.ovxik2mxyo .fgrf913pfg {
    overflow: hidden;
    width: 100%;
    margin-right: 1rem;
}

.ovxik2mxyo .fgrf913pfg.is-draggable {
    cursor: grab;
}

.ovxik2mxyo .fgrf913pfg.is-dragging {
    cursor: grabbing;
}

.ovxik2mxyo .ntwxg8dl09 {
    display: flex;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.ovxik2mxyo .item-menu-overlay {
    opacity: 0 !important;
}

.ovxik2mxyo .btn-wrapper {
    margin-top: 0;
    margin-right: 15%;
}

.ovxik2mxyo .m80ngsbf5g,
.ovxik2mxyo .r4a6bvcjw1 {
    color: #000000;
    text-align: center;
}

.ovxik2mxyo .rspjmubbs8,
.ovxik2mxyo .g4i9dkmv8q {
    color: #000000;
    text-align: center;
}

.ovxik2mxyo .u4ya80bqpd {
    color: #ffffff;
    text-align: center;
}

.ovxik2mxyo .tvlxo1et8z {
    color: #ffffff;
    text-align: center;
}

.f59i5qqdms {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}

.f59i5qqdms .mbr-fallback-image.disabled {
    display: none;
}

.f59i5qqdms .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.f59i5qqdms .g4i9dkmv8q {
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .f59i5qqdms .g4i9dkmv8q {
        margin-bottom: 30px;
    }
}

.f59i5qqdms .g4i9dkmv8q .r4a6bvcjw1 .m80ngsbf5g {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 20px;
    border: 1px solid #00b2ca;
}

.f59i5qqdms .g4i9dkmv8q .i4377r1h5o .rspjmubbs8 {
    width: 60%;
    display: inline-block;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .f59i5qqdms .g4i9dkmv8q .i4377r1h5o .rspjmubbs8 {
        width: 100%;
    }
}

.f59i5qqdms .i6emgwflox {
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .f59i5qqdms .i6emgwflox {
        margin-bottom: 15px;
    }
}

.f59i5qqdms .i6emgwflox .t6u4hthjyg {
    position: relative;
    height: 100%;
    padding: 100px;
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 1440px) {
    .f59i5qqdms .i6emgwflox .t6u4hthjyg {
        padding: 100px 40px;
    }
}

@media (max-width: 992px) {
    .f59i5qqdms .i6emgwflox .t6u4hthjyg {
        padding: 200px 15px 15px;
    }
}

.f59i5qqdms .i6emgwflox .t6u4hthjyg .qjakhd0tjf img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.f59i5qqdms .i6emgwflox .t6u4hthjyg .nujlcxeia1 {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    width: 48%;
    padding: 50px 60px;
}

@media (max-width: 992px) {
    .f59i5qqdms .i6emgwflox .t6u4hthjyg .nujlcxeia1 {
        padding: 30px 15px;
        width: 100%;
    }
}

.f59i5qqdms .i6emgwflox .t6u4hthjyg .nujlcxeia1 .ia1xksoxlj .oxikvzkrtf {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 15px;
    background-color: #00b2ca;
    border: 1px solid #00b2ca;
}

.f59i5qqdms .i6emgwflox .t6u4hthjyg .nujlcxeia1 .e581dlr4tm {
    margin-bottom: 20px;
    transition: all 0.3s ease;
    text-decoration: underline;
    text-decoration-color: transparent;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.f59i5qqdms .i6emgwflox .t6u4hthjyg .nujlcxeia1 .e581dlr4tm:hover,
.f59i5qqdms .i6emgwflox .t6u4hthjyg .nujlcxeia1 .e581dlr4tm:focus {
    text-decoration-color: inherit;
}

.f59i5qqdms .i6emgwflox .t6u4hthjyg .nujlcxeia1 .obwraij1dz {
    margin-bottom: 0;
    transition: all 0.3s ease;
}

.f59i5qqdms .i6emgwflox .t6u4hthjyg .nujlcxeia1 .uu0q5xls15 {
    margin-top: 20px;
}

.f59i5qqdms .i6emgwflox .t6u4hthjyg .nujlcxeia1 .uu0q5xls15 .ln615izxgj {
    margin-bottom: 0;
}

.f59i5qqdms .m80ngsbf5g,
.f59i5qqdms .r4a6bvcjw1 {
    color: #000000;
    text-align: center;
}

.f59i5qqdms .rspjmubbs8,
.f59i5qqdms .g4i9dkmv8q {
    color: #000000;
    text-align: center;
}

.f59i5qqdms .oxikvzkrtf {
    color: #000000;
}

.f59i5qqdms .e581dlr4tm {
    color: #000000;
}

.f59i5qqdms .obwraij1dz {
    color: #8a8a8a;
}

.f59i5qqdms .rspjmubbs8,
.f59i5qqdms .i4377r1h5o {
    color: #000000;
}

.f59i5qqdms .oxikvzkrtf,
.f59i5qqdms .ia1xksoxlj {
    color: #FFFFFF;
}

.rlchw82bp4 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #e8edf3;
}

.rlchw82bp4 .mbr-fallback-image.disabled {
    display: none;
}

.rlchw82bp4 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.rlchw82bp4 .g4i9dkmv8q {
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .rlchw82bp4 .g4i9dkmv8q {
        margin-bottom: 30px;
    }
}

.rlchw82bp4 .g4i9dkmv8q .r4a6bvcjw1 .m80ngsbf5g {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 20px;
    border: 1px solid #00b2ca;
}

.rlchw82bp4 .g4i9dkmv8q .i4377r1h5o .rspjmubbs8 {
    width: 60%;
    display: inline-block;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .rlchw82bp4 .g4i9dkmv8q .i4377r1h5o .rspjmubbs8 {
        width: 100%;
    }
}

.rlchw82bp4 .rc6k3a52bx {
    margin: 0 -15px;
    justify-content: center;
}

.rlchw82bp4 .rc6k3a52bx .i6emgwflox {
    padding: 0 15px;
}

.rlchw82bp4 .i6emgwflox {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .rlchw82bp4 .i6emgwflox {
        margin-bottom: 15px;
    }
}

.rlchw82bp4 .i6emgwflox .t6u4hthjyg {
    position: relative;
    height: 100%;
    padding: 40px;
    background-color: #ffffff;
    overflow: hidden;
    will-change: transform;
    animation: none !important;
}

@media (max-width: 992px) {
    .rlchw82bp4 .i6emgwflox .t6u4hthjyg {
        padding: 30px;
    }
}

.rlchw82bp4 .i6emgwflox .t6u4hthjyg:hover::before,
.rlchw82bp4 .i6emgwflox .t6u4hthjyg:focus::before {
    width: 1000px;
    height: 1000px;
}

.rlchw82bp4 .i6emgwflox .t6u4hthjyg:hover .nt53xys9an .mu98590m98,
.rlchw82bp4 .i6emgwflox .t6u4hthjyg:focus .nt53xys9an .mu98590m98 {
    background-color: #00b2ca;
    color: #ffffff;
}

.rlchw82bp4 .i6emgwflox .t6u4hthjyg:hover .nujlcxeia1 .e581dlr4tm,
.rlchw82bp4 .i6emgwflox .t6u4hthjyg:focus .nujlcxeia1 .e581dlr4tm {
    color: #ffffff;
}

.rlchw82bp4 .i6emgwflox .t6u4hthjyg:hover .nujlcxeia1 .ebo9a2ulpi,
.rlchw82bp4 .i6emgwflox .t6u4hthjyg:focus .nujlcxeia1 .ebo9a2ulpi {
    color: #ffffff;
}

.rlchw82bp4 .i6emgwflox .t6u4hthjyg:hover .qjakhd0tjf img,
.rlchw82bp4 .i6emgwflox .t6u4hthjyg:focus .qjakhd0tjf img {
    bottom: -30px;
}

.rlchw82bp4 .i6emgwflox .t6u4hthjyg::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-radius: 0 0 0 100% !important;
    background-color: #00b2ca;
    transition: all 0.6s ease-in-out;
    pointer-events: none;
}

.rlchw82bp4 .i6emgwflox .t6u4hthjyg .nt53xys9an {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    padding: 0 0 10px 10px;
    background-color: #e8edf3;
    border-radius: 0 0 0 30px;
    z-index: 2;
}

.rlchw82bp4 .i6emgwflox .t6u4hthjyg .nt53xys9an .mu98590m98 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    min-width: 50px;
    font-size: 18px;
    background-color: #ffffff;
    color: #000000;
    border-radius: 100%;
    transition: all 0.3s ease;
    z-index: 5;
}

.rlchw82bp4 .i6emgwflox .t6u4hthjyg .nt53xys9an::before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-top-right-radius: 30px;
    box-shadow: 10px -10px 0 10px #e8edf3;
}

.rlchw82bp4 .i6emgwflox .t6u4hthjyg .nt53xys9an::after {
    content: '';
    position: absolute;
    top: 60px;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-top-right-radius: 30px;
    box-shadow: 10px -10px 0 10px #e8edf3;
}

.rlchw82bp4 .i6emgwflox .t6u4hthjyg .nujlcxeia1 {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
    padding-right: 30px;
}

.rlchw82bp4 .i6emgwflox .t6u4hthjyg .nujlcxeia1 .e581dlr4tm {
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.rlchw82bp4 .i6emgwflox .t6u4hthjyg .nujlcxeia1 .ebo9a2ulpi {
    margin-bottom: 0;
    transition: all 0.3s ease;
}

.rlchw82bp4 .i6emgwflox .t6u4hthjyg .qjakhd0tjf {
    height: 200px;
}

.rlchw82bp4 .i6emgwflox .t6u4hthjyg .qjakhd0tjf img {
    position: absolute;
    left: -30px;
    bottom: -40px;
    height: 280px;
    width: 80%;
    transition: all 0.5s ease;
    object-fit: cover;
}

@media (max-width: 992px) {
    .rlchw82bp4 .i6emgwflox .t6u4hthjyg .qjakhd0tjf img {
        width: 90%;
    }
}

.rlchw82bp4 .i6emgwflox .t6u4hthjyg .i22g0ypyqe img {
    width: 60%;
}

@media (max-width: 992px) {
    .rlchw82bp4 .i6emgwflox .t6u4hthjyg .i22g0ypyqe img {
        width: 90%;
    }
}

.rlchw82bp4 .btn-wrapper {
    margin-top: 0;
    margin-right: 15%;
}

.rlchw82bp4 .m80ngsbf5g,
.rlchw82bp4 .r4a6bvcjw1 {
    color: #000000;
    text-align: center;
}

.rlchw82bp4 .rspjmubbs8,
.rlchw82bp4 .g4i9dkmv8q {
    color: #000000;
    text-align: center;
}

.rlchw82bp4 .e581dlr4tm {
    color: #000000;
}

.rlchw82bp4 .ebo9a2ulpi {
    color: #8a8a8a;
}

.rlchw82bp4 .rspjmubbs8,
.rlchw82bp4 .i4377r1h5o {
    color: #000000;
}

.f8q6r6n014 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.f8q6r6n014 .mbr-fallback-image.disabled {
    display: none;
}

.f8q6r6n014 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.f8q6r6n014 .x5ywwege5v {
    justify-content: space-between;
}

.f8q6r6n014 .g4i9dkmv8q .r4a6bvcjw1 .m80ngsbf5g {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 20px;
    border: 1px solid #00b2ca;
}

@media (max-width: 992px) {
    .f8q6r6n014 .g4i9dkmv8q .rspjmubbs8 {
        margin-bottom: 20px;
    }
}

.f8q6r6n014 .x99v54bv7r .y2yb1g73hu {
    margin-bottom: 20px;
}

.f8q6r6n014 .x99v54bv7r .h8ueu3bhqg {
    margin-bottom: 0;
}

.f8q6r6n014 .x99v54bv7r .uu0q5xls15 {
    margin-top: 30px;
}

@media (max-width: 992px) {
    .f8q6r6n014 .x99v54bv7r .uu0q5xls15 {
        margin-top: 20px;
    }
}

.f8q6r6n014 .m80ngsbf5g {
    color: #000000;
}

.f8q6r6n014 .rspjmubbs8 {
    color: #000000;
}

.f8q6r6n014 .y2yb1g73hu {
    color: #000000;
}

.f8q6r6n014 .h8ueu3bhqg {
    color: #8a8a8a;
}

.xnspmdxs0v {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.xnspmdxs0v .mbr-fallback-image.disabled {
    display: none;
}

.xnspmdxs0v .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.xnspmdxs0v .x5ywwege5v {
    justify-content: space-between;
}

.xnspmdxs0v .g4i9dkmv8q {
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .xnspmdxs0v .g4i9dkmv8q {
        margin-bottom: 30px;
    }
}

.xnspmdxs0v .g4i9dkmv8q .r4a6bvcjw1 .m80ngsbf5g {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 20px;
    border: 1px solid #00b2ca;
}

.xnspmdxs0v .g4i9dkmv8q .rspjmubbs8 {
    margin-bottom: 0;
}

.xnspmdxs0v .qe4ujt2uy7 .e7uswn7oy0.bnjltjshqs {
    border: none;
    padding: 0;
    border-radius: 0 !important;
    background-color: transparent;
    display: inline-flex;
    flex-direction: column;
    width: 65%;
}

@media (max-width: 992px) {
    .xnspmdxs0v .qe4ujt2uy7 .e7uswn7oy0.bnjltjshqs {
        width: 100%;
        margin-bottom: 30px;
    }
}

.xnspmdxs0v .qe4ujt2uy7 .e7uswn7oy0.bnjltjshqs .hzmvela4d2 {
    padding: 0;
    border: none;
    display: block;
    margin-top: 0;
}

.xnspmdxs0v .qe4ujt2uy7 .e7uswn7oy0.bnjltjshqs .hzmvela4d2:first-child {
    margin-top: 0;
}

.xnspmdxs0v .qe4ujt2uy7 .e7uswn7oy0.bnjltjshqs .hzmvela4d2 .xos5d8g693 {
    position: relative;
    color: #8a8a8a;
    padding: 20px 0;
    border: none;
    border-top: 1px solid #e0e0e0;
    box-shadow: none;
    background-color: transparent;
    transition: all 0.5s ease-in-out;
    border-radius: 0 !important;
}

.xnspmdxs0v .qe4ujt2uy7 .e7uswn7oy0.bnjltjshqs .hzmvela4d2 .xos5d8g693::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #000000;
    transition: all 0.3s ease-in-out;
}

.xnspmdxs0v .qe4ujt2uy7 .e7uswn7oy0.bnjltjshqs .hzmvela4d2 .xos5d8g693.ykq6pqdxbn {
    background-color: transparent;
    color: #000000;
}

.xnspmdxs0v .qe4ujt2uy7 .e7uswn7oy0.bnjltjshqs .hzmvela4d2 .xos5d8g693.ykq6pqdxbn::before {
    width: 100%;
}

.xnspmdxs0v .o7zxxsqmsl .mvf82xuyy7 .i8rcswtxvf .nts09c1e35 {
    position: relative;
    margin-bottom: 30px;
    will-change: transform;
    animation: none !important;
}

@media (max-width: 992px) {
    .xnspmdxs0v .o7zxxsqmsl .mvf82xuyy7 .i8rcswtxvf .nts09c1e35 {
        margin-bottom: 20px;
    }
}

.xnspmdxs0v .o7zxxsqmsl .mvf82xuyy7 .i8rcswtxvf .nts09c1e35 .sbhilk8gde img {
    height: 450px;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 992px) {
    .xnspmdxs0v .o7zxxsqmsl .mvf82xuyy7 .i8rcswtxvf .nts09c1e35 .sbhilk8gde img {
        height: 350px;
    }
}

.xnspmdxs0v .o7zxxsqmsl .mvf82xuyy7 .i8rcswtxvf .nts09c1e35 .zg20tbas44 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 220px;
    height: 60px;
    background-color: #ffffff;
    border-top-right-radius: 30px;
    z-index: 1;
}

@media (max-width: 992px) {
    .xnspmdxs0v .o7zxxsqmsl .mvf82xuyy7 .i8rcswtxvf .nts09c1e35 .zg20tbas44 {
        width: 120px;
    }
}

.xnspmdxs0v .o7zxxsqmsl .mvf82xuyy7 .i8rcswtxvf .nts09c1e35 .zg20tbas44::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-bottom-left-radius: 30px;
    box-shadow: -10px 10px 0 10px #ffffff;
}

.xnspmdxs0v .o7zxxsqmsl .mvf82xuyy7 .i8rcswtxvf .nts09c1e35 .zg20tbas44::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -20px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-bottom-left-radius: 30px;
    box-shadow: -10px 10px 0 10px #ffffff;
}

.xnspmdxs0v .o7zxxsqmsl .mvf82xuyy7 .i8rcswtxvf .li8hkso8em .m83vp681su {
    margin-bottom: 20px;
}

.xnspmdxs0v .o7zxxsqmsl .mvf82xuyy7 .i8rcswtxvf .li8hkso8em .j1hob8uura {
    margin-bottom: 0;
}

.xnspmdxs0v .o7zxxsqmsl .mvf82xuyy7 .i8rcswtxvf .li8hkso8em .uu0q5xls15 {
    margin-top: 20px;
}

.xnspmdxs0v .m80ngsbf5g {
    color: #000000;
}

.xnspmdxs0v .rspjmubbs8 {
    color: #000000;
}

.xnspmdxs0v .m83vp681su {
    color: #000000;
}

.xnspmdxs0v .j1hob8uura {
    color: #8a8a8a;
}

.ojeykz0omc {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.ojeykz0omc .mbr-fallback-image.disabled {
    display: none;
}

.ojeykz0omc .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.ojeykz0omc .g4i9dkmv8q {
    display: flex;
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .ojeykz0omc .g4i9dkmv8q {
        display: block;
        margin-bottom: 30px;
    }
}

.ojeykz0omc .g4i9dkmv8q .r4a6bvcjw1 {
    width: 35%;
}

@media (max-width: 992px) {
    .ojeykz0omc .g4i9dkmv8q .r4a6bvcjw1 {
        width: 100%;
    }
}

.ojeykz0omc .g4i9dkmv8q .r4a6bvcjw1 .m80ngsbf5g {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 20px;
    border: 1px solid #00b2ca;
}

.ojeykz0omc .g4i9dkmv8q .rspjmubbs8 {
    width: 65%;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .ojeykz0omc .g4i9dkmv8q .rspjmubbs8 {
        width: 100%;
    }
}

.ojeykz0omc .m422q94zht .wgq0jpaclv {
    position: relative;
    padding: 40px 0;
    background-color: transparent;
    border-top: 1px solid #e0e0e0;
    border-radius: 0 !important;
}

@media (max-width: 992px) {
    .ojeykz0omc .m422q94zht .wgq0jpaclv {
        padding: 30px 0;
    }
}

.ojeykz0omc .m422q94zht .wgq0jpaclv .qcqpc44xee {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
}

.ojeykz0omc .m422q94zht .wgq0jpaclv .qcqpc44xee .zplg5e3ls4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.ojeykz0omc .m422q94zht .wgq0jpaclv .qcqpc44xee .zplg5e3ls4 .w7rkvzdkwr {
    width: 35%;
    position: relative;
}

@media (max-width: 992px) {
    .ojeykz0omc .m422q94zht .wgq0jpaclv .qcqpc44xee .zplg5e3ls4 .w7rkvzdkwr {
        width: 25%;
    }
}

.ojeykz0omc .m422q94zht .wgq0jpaclv .qcqpc44xee .zplg5e3ls4 .w7rkvzdkwr .mu98590m98 {
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 10px;
    transition: all 0.3s ease;
    font-size: 24px;
    background-color: #00b2ca;
    color: #ffffff;
}

.ojeykz0omc .m422q94zht .wgq0jpaclv .qcqpc44xee .zplg5e3ls4 .w7rkvzdkwr .aimrp387cu {
    position: absolute;
    bottom: 0;
    left: 24px;
    transform: rotate(180deg);
    width: 26px;
}

.ojeykz0omc .m422q94zht .wgq0jpaclv .qcqpc44xee .zplg5e3ls4 .w7rkvzdkwr .aimrp387cu path {
    transition: all 0.3s ease;
    fill: #00b2ca;
}

.ojeykz0omc .m422q94zht .wgq0jpaclv .qcqpc44xee .zplg5e3ls4 .v3988dkjd6 {
    width: 65%;
    padding-right: 30px;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .ojeykz0omc .m422q94zht .wgq0jpaclv .qcqpc44xee .zplg5e3ls4 .v3988dkjd6 {
        width: 70%;
    }
}

.ojeykz0omc .m422q94zht .wgq0jpaclv .qcqpc44xee .zplg5e3ls4 .pc0gz9mm37 {
    position: absolute;
    right: 0;
    width: 20px;
    height: 20px;
    min-width: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.ojeykz0omc .m422q94zht .wgq0jpaclv .qcqpc44xee .zplg5e3ls4 .pc0gz9mm37 .mu98590m98 {
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    color: #000000;
}

.ojeykz0omc .m422q94zht .wgq0jpaclv .qcqpc44xee .zplg5e3ls4:hover .w7rkvzdkwr .mu98590m98 {
    background-color: #000000;
    color: #ffffff;
}

.ojeykz0omc .m422q94zht .wgq0jpaclv .qcqpc44xee .zplg5e3ls4:hover .w7rkvzdkwr .aimrp387cu path {
    fill: #000000;
}

.ojeykz0omc .m422q94zht .wgq0jpaclv .qcqpc44xee .zplg5e3ls4:not(.sex1ibi2pc) .pc0gz9mm37 .mu98590m98 {
    transform: rotate(-180deg);
}

.ojeykz0omc .m422q94zht .wgq0jpaclv .qcqpc44xee .zplg5e3ls4:not(.sex1ibi2pc) .w7rkvzdkwr .mu98590m98 {
    background-color: #000000;
    color: #ffffff;
}

.ojeykz0omc .m422q94zht .wgq0jpaclv .qcqpc44xee .zplg5e3ls4:not(.sex1ibi2pc) .w7rkvzdkwr .aimrp387cu path {
    fill: #000000;
}

.ojeykz0omc .m422q94zht .wgq0jpaclv .s4wl9dyut5 .x91zmyl206 {
    margin-top: 40px;
    margin-left: 35%;
}

@media (max-width: 992px) {
    .ojeykz0omc .m422q94zht .wgq0jpaclv .s4wl9dyut5 .x91zmyl206 {
        margin-top: 20px;
        margin-left: 0;
    }
}

.ojeykz0omc .m422q94zht .wgq0jpaclv .s4wl9dyut5 .x91zmyl206 .kdh8jpvggx {
    display: inline-flex;
    width: 60%;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .ojeykz0omc .m422q94zht .wgq0jpaclv .s4wl9dyut5 .x91zmyl206 .kdh8jpvggx {
        width: 100%;
    }
}

.ojeykz0omc .m80ngsbf5g {
    color: #000000;
}

.ojeykz0omc .rspjmubbs8 {
    color: #000000;
}

.ojeykz0omc .v3988dkjd6 {
    color: #000000;
}

.ojeykz0omc .kdh8jpvggx {
    color: #8a8a8a;
}

.vu2yi0vuwc {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #000000;
}

.vu2yi0vuwc .mbr-fallback-image.disabled {
    display: none;
}

.vu2yi0vuwc .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.vu2yi0vuwc .wgq0jpaclv {
    justify-content: flex-end;
}

.vu2yi0vuwc .g4i9dkmv8q {
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .vu2yi0vuwc .g4i9dkmv8q {
        margin-bottom: 20px;
    }
}

.vu2yi0vuwc .g4i9dkmv8q .r4a6bvcjw1 .m80ngsbf5g {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 20px;
    border: 1px solid #5fe4fd;
}

.vu2yi0vuwc .g4i9dkmv8q .i4377r1h5o .rspjmubbs8 {
    margin-bottom: 0;
}

.vu2yi0vuwc .s19847m2ur {
    margin-bottom: 50px;
    text-align: right;
}

.vu2yi0vuwc .s19847m2ur .ln615izxgj {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .vu2yi0vuwc .s19847m2ur {
        margin-bottom: 30px;
        text-align: left;
    }
}

.vu2yi0vuwc .m422q94zht .wgq0jpaclv {
    position: relative;
    padding: 60px 40px;
    background-color: transparent;
    overflow: hidden;
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .vu2yi0vuwc .m422q94zht .wgq0jpaclv {
        padding: 30px;
        margin-bottom: 15px;
    }
}

.vu2yi0vuwc .m422q94zht .wgq0jpaclv .sbhilk8gde img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vu2yi0vuwc .m422q94zht .wgq0jpaclv::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.6;
    pointer-events: none;
    z-index: 1;
}

.vu2yi0vuwc .m422q94zht .wgq0jpaclv .qcqpc44xee {
    position: relative;
    z-index: 1;
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
}

.vu2yi0vuwc .m422q94zht .wgq0jpaclv .qcqpc44xee .zplg5e3ls4 {
    width: 100%;
}

.vu2yi0vuwc .m422q94zht .wgq0jpaclv .qcqpc44xee .zplg5e3ls4 .v3988dkjd6 {
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}

.vu2yi0vuwc .m422q94zht .wgq0jpaclv .qcqpc44xee .zplg5e3ls4 .v3988dkjd6:hover,
.vu2yi0vuwc .m422q94zht .wgq0jpaclv .qcqpc44xee .zplg5e3ls4 .v3988dkjd6:focus {
    color: #5fe4fd;
}

.vu2yi0vuwc .m422q94zht .wgq0jpaclv .qcqpc44xee .zplg5e3ls4:not(.sex1ibi2pc) .v3988dkjd6 {
    padding-top: 280px;
}

@media (max-width: 992px) {
    .vu2yi0vuwc .m422q94zht .wgq0jpaclv .qcqpc44xee .zplg5e3ls4:not(.sex1ibi2pc) .v3988dkjd6 {
        padding-top: 0;
    }
}

.vu2yi0vuwc .m422q94zht .wgq0jpaclv .s4wl9dyut5 {
    position: relative;
    z-index: 1;
}

.vu2yi0vuwc .m422q94zht .wgq0jpaclv .s4wl9dyut5 .x91zmyl206 {
    margin-top: 30px;
}

@media (max-width: 992px) {
    .vu2yi0vuwc .m422q94zht .wgq0jpaclv .s4wl9dyut5 .x91zmyl206 {
        margin-top: 20px;
    }
}

.vu2yi0vuwc .m422q94zht .wgq0jpaclv .s4wl9dyut5 .x91zmyl206 .uonozxz3l4 {
    margin-bottom: 20px;
}

.vu2yi0vuwc .m422q94zht .wgq0jpaclv .s4wl9dyut5 .x91zmyl206 .uonozxz3l4 .g4ix8a8aws {
    display: inline-block;
    width: 50%;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

@media (max-width: 992px) {
    .vu2yi0vuwc .m422q94zht .wgq0jpaclv .s4wl9dyut5 .x91zmyl206 .uonozxz3l4 .g4ix8a8aws {
        width: 100%;
    }
}

.vu2yi0vuwc .m422q94zht .wgq0jpaclv .s4wl9dyut5 .x91zmyl206 .uonozxz3l4 .g4ix8a8aws .pqxplspxgb {
    display: inline-flex;
}

.vu2yi0vuwc .m422q94zht .wgq0jpaclv .s4wl9dyut5 .x91zmyl206 .uonozxz3l4 .g4ix8a8aws .pqxplspxgb .sf7izzc56h {
    display: inline-flex;
    margin-right: 10px;
}

.vu2yi0vuwc .m422q94zht .wgq0jpaclv .s4wl9dyut5 .x91zmyl206 .uonozxz3l4 .g4ix8a8aws .pqxplspxgb .sf7izzc56h .mu98590m98 {
    font-size: 20px;
    color: #5fe4fd;
    display: inline-flex;
}

.vu2yi0vuwc .m422q94zht .wgq0jpaclv .s4wl9dyut5 .x91zmyl206 .uonozxz3l4 .g4ix8a8aws .pqxplspxgb .y2yb1g73hu {
    margin-bottom: 0;
}

.vu2yi0vuwc .m422q94zht .wgq0jpaclv .s4wl9dyut5 .x91zmyl206 .li8hkso8em .kdh8jpvggx {
    display: inline-flex;
    width: 50%;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .vu2yi0vuwc .m422q94zht .wgq0jpaclv .s4wl9dyut5 .x91zmyl206 .li8hkso8em .kdh8jpvggx {
        width: 100%;
    }
}

.vu2yi0vuwc .m422q94zht .wgq0jpaclv .s4wl9dyut5 .x91zmyl206 .hdb0z3kgcg {
    margin-top: 20px;
}

.vu2yi0vuwc .m422q94zht .wgq0jpaclv .s4wl9dyut5 .x91zmyl206 .hdb0z3kgcg .ln615izxgj {
    margin-bottom: 0;
}

.vu2yi0vuwc .m80ngsbf5g {
    color: #ffffff;
}

.vu2yi0vuwc .rspjmubbs8 {
    color: #ffffff;
}

.vu2yi0vuwc .v3988dkjd6 {
    color: #ffffff;
}

.vu2yi0vuwc .y2yb1g73hu {
    color: #ffffff;
}

.vu2yi0vuwc .kdh8jpvggx {
    color: #ffffff;
}

.cid-v2aIrp7iCH {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #000000;
}

.cid-v2aIrp7iCH .i6emgwflox:focus,
.cid-v2aIrp7iCH span:focus {
    outline: none;
}

.cid-v2aIrp7iCH .rafraqzn1h {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.cid-v2aIrp7iCH .ftnsbv35ts {
    max-width: 800px;
}

.cid-v2aIrp7iCH .i6emgwflox {
    padding: 10px 0;
    font-weight: 700;
    color: #00b2ca;
    min-height: 90px;
}

@media (max-width: 768px) {
    .cid-v2aIrp7iCH .i6emgwflox {
        min-height: 45px;
    }
}

.g53f0ny73j {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.g53f0ny73j .mbr-fallback-image.disabled {
    display: none;
}

.g53f0ny73j .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.g53f0ny73j .g4i9dkmv8q {
    border-top: 1px solid #e0e0e0;
    padding-top: 90px;
}

@media (max-width: 992px) {
    .g53f0ny73j .g4i9dkmv8q {
        padding-top: 30px;
    }
}

.g53f0ny73j .g4i9dkmv8q .rspjmubbs8 {
    margin-bottom: 40px;
}

@media (max-width: 992px) {
    .g53f0ny73j .g4i9dkmv8q .rspjmubbs8 {
        margin-bottom: 30px;
    }
}

.g53f0ny73j .x2gbctswu1 {
    display: flex;
    justify-content: center;
    position: relative;
    min-width: 220px;
    max-width: 220px;
}

@media (max-width: 767px) {
    .g53f0ny73j .x2gbctswu1 {
        min-width: 100%;
        max-width: 100%;
    }
}

.g53f0ny73j .x2gbctswu1 .apxiqccyww {
    width: 100%;
}

.g53f0ny73j .x2gbctswu1 .apxiqccyww:hover .t6u4hthjyg,
.g53f0ny73j .x2gbctswu1 .apxiqccyww:focus .t6u4hthjyg {
    background-color: #00b2ca;
}

.g53f0ny73j .x2gbctswu1 .apxiqccyww .t6u4hthjyg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    transition: all 0.3s ease-in-out;
    padding: 0 20px;
}

.g53f0ny73j .x2gbctswu1 .apxiqccyww .t6u4hthjyg .qjakhd0tjf img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.g53f0ny73j .j5a1abt4fi,
.g53f0ny73j .rj6n3wcpra {
    display: flex;
}

.g53f0ny73j .dcuj6hy67j {
    bottom: 0;
    width: 60px;
    height: 60px;
    font-size: 18px;
    background-color: #000000 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 50%;
    transition: all 0.3s;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
    display: none;
}

.g53f0ny73j .dcuj6hy67j:hover {
    background-color: #e4ed64 !important;
    color: #000000 !important;
}

.g53f0ny73j .dcuj6hy67j.rj6n3wcpra {
    left: 0;
}

.g53f0ny73j .dcuj6hy67j.j5a1abt4fi {
    right: 0;
}

.g53f0ny73j .o2y0g2tn2k {
    position: relative;
    width: 100%;
}

.g53f0ny73j .fgrf913pfg {
    overflow: hidden;
    width: 100%;
    margin-right: 1rem;
}

.g53f0ny73j .fgrf913pfg.is-draggable {
    cursor: grab;
}

.g53f0ny73j .fgrf913pfg.is-dragging {
    cursor: grabbing;
}

.g53f0ny73j .ntwxg8dl09 {
    display: flex;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.g53f0ny73j .item-menu-overlay {
    opacity: 0 !important;
}

.g53f0ny73j .rspjmubbs8 {
    color: #000000;
    text-align: center;
}

.pyj24laxm3 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.pyj24laxm3 .mbr-fallback-image.disabled {
    display: none;
}

.pyj24laxm3 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.pyj24laxm3 .r4a6bvcjw1 .m80ngsbf5g {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 0;
    border: 1px solid #00b2ca;
}

@media (max-width: 992px) {
    .pyj24laxm3 .r4a6bvcjw1 .m80ngsbf5g {
        margin-bottom: 20px;
    }
}

.pyj24laxm3 .rspjmubbs8 {
    margin-bottom: 50px;
    color: #000000;
}

@media (max-width: 992px) {
    .pyj24laxm3 .rspjmubbs8 {
        margin-bottom: 30px;
    }
}

.pyj24laxm3 .rc6k3a52bx {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 992px) {
    .pyj24laxm3 .rc6k3a52bx {
        display: block;
    }
}

.pyj24laxm3 .i6emgwflox {
    width: 50%;
    padding-right: 40px;
    margin-bottom: 40px;
}

@media (max-width: 992px) {
    .pyj24laxm3 .i6emgwflox {
        padding-right: 0;
        margin-bottom: 30px;
        width: 100%;
    }
}

.pyj24laxm3 .i6emgwflox .t6u4hthjyg .omczw11c1e .g4i9dkmv8q {
    margin-bottom: 15px;
}

.pyj24laxm3 .i6emgwflox .t6u4hthjyg .omczw11c1e .g4i9dkmv8q .i4377r1h5o {
    display: inline-flex;
    align-items: center;
}

.pyj24laxm3 .i6emgwflox .t6u4hthjyg .omczw11c1e .g4i9dkmv8q .i4377r1h5o .sf7izzc56h {
    display: inline-flex;
    margin-right: 15px;
}

.pyj24laxm3 .i6emgwflox .t6u4hthjyg .omczw11c1e .g4i9dkmv8q .i4377r1h5o .sf7izzc56h .mu98590m98 {
    font-size: 36px;
    color: #000000;
    display: inline-flex;
}

@media (max-width: 992px) {
    .pyj24laxm3 .i6emgwflox .t6u4hthjyg .omczw11c1e .g4i9dkmv8q .i4377r1h5o .sf7izzc56h .mu98590m98 {
        font-size: 26px;
    }
}

.pyj24laxm3 .i6emgwflox .t6u4hthjyg .omczw11c1e .g4i9dkmv8q .e581dlr4tm {
    margin-bottom: 0;
}

.pyj24laxm3 .i6emgwflox .t6u4hthjyg .omczw11c1e .obwraij1dz {
    margin-bottom: 0;
}

.pyj24laxm3 .i6emgwflox .t6u4hthjyg .omczw11c1e .uu0q5xls15 {
    margin-top: 20px;
}

.pyj24laxm3 .i6emgwflox .t6u4hthjyg .omczw11c1e .uu0q5xls15 .ln615izxgj {
    margin-bottom: 0;
}

.pyj24laxm3 .m80ngsbf5g {
    color: #000000;
}

.pyj24laxm3 .e581dlr4tm {
    color: #000000;
}

.pyj24laxm3 .obwraij1dz {
    color: #8a8a8a;
}

.oxd0mmu91o {
    padding-top: 15rem;
    padding-bottom: 15rem;
    background-image: url("photo-1625631980820-fbdc8ca2e902.jpeg");
}

.oxd0mmu91o .mbr-fallback-image.disabled {
    display: none;
}

.oxd0mmu91o .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.oxd0mmu91o .x5ywwege5v {
    justify-content: center;
}

.oxd0mmu91o .wgq0jpaclv {
    justify-content: flex-end;
}

.oxd0mmu91o .x99v54bv7r .rspjmubbs8 {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .oxd0mmu91o .x99v54bv7r .rspjmubbs8 {
        margin-bottom: 20px;
    }
}

.oxd0mmu91o .x99v54bv7r .km7g653gog .h8ueu3bhqg {
    width: 60%;
    display: inline-block;
    margin-bottom: 0;
    opacity: 0.6;
}

@media (max-width: 992px) {
    .oxd0mmu91o .x99v54bv7r .km7g653gog .h8ueu3bhqg {
        width: 100%;
    }
}

.oxd0mmu91o .zzkippnt5w {
    margin-top: 125px;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.4;
}

@media (max-width: 992px) {
    .oxd0mmu91o .zzkippnt5w {
        margin-top: 30px;
    }
}

.oxd0mmu91o .uonozxz3l4 {
    margin-top: 50px;
}

@media (max-width: 992px) {
    .oxd0mmu91o .uonozxz3l4 {
        margin-top: 30px;
    }
}

.oxd0mmu91o .uonozxz3l4 .y2yb1g73hu {
    margin-bottom: 0;
}

.oxd0mmu91o .uu0q5xls15 {
    margin-top: 50px;
    text-align: right;
}

@media (max-width: 992px) {
    .oxd0mmu91o .uu0q5xls15 {
        margin-top: 20px;
        text-align: left;
    }
}

.oxd0mmu91o .uu0q5xls15 .ln615izxgj {
    margin-bottom: 0;
}

.oxd0mmu91o .rspjmubbs8 {
    color: #ffffff;
    text-align: center;
}

.oxd0mmu91o .h8ueu3bhqg,
.oxd0mmu91o .km7g653gog {
    color: #ffffff;
    text-align: center;
}

.oxd0mmu91o .y2yb1g73hu {
    color: #ffffff;
}

.uv0j2koa8e {
    background-image: url("photo-1748284401622-dcb4451c065a.jpeg");
}

.uv0j2koa8e .mbr-fallback-image.disabled {
    display: none;
}

.uv0j2koa8e .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.uv0j2koa8e .sbhilk8gde {
    height: 500px;
}

@media (max-width: 992px) {
    .uv0j2koa8e .sbhilk8gde {
        height: 450px;
    }
}

.n3xx27jsrl {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #000000;
}

.n3xx27jsrl .mbr-fallback-image.disabled {
    display: none;
}

.n3xx27jsrl .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3xx27jsrl .g4i9dkmv8q {
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .n3xx27jsrl .g4i9dkmv8q {
        margin-bottom: 30px;
    }
}

.n3xx27jsrl .g4i9dkmv8q .r4a6bvcjw1 .m80ngsbf5g {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 20px;
    border: 1px solid #5fe4fd;
}

.n3xx27jsrl .g4i9dkmv8q .rspjmubbs8 {
    margin-bottom: 0;
}

.n3xx27jsrl .x2gbctswu1 {
    display: flex;
    justify-content: center;
    position: relative;
    min-width: 408px;
    max-width: 408px;
}

@media (max-width: 767px) {
    .n3xx27jsrl .x2gbctswu1 {
        min-width: 100%;
        max-width: 100%;
    }
}

.n3xx27jsrl .x2gbctswu1 .apxiqccyww {
    width: 100%;
}

.n3xx27jsrl .x2gbctswu1 .apxiqccyww .t6u4hthjyg {
    position: relative;
    height: 100%;
    overflow: hidden;
    padding: 10px;
    background-color: #ffffff;
    will-change: transform;
    animation: none !important;
}

.n3xx27jsrl .x2gbctswu1 .apxiqccyww .t6u4hthjyg:hover .sbhilk8gde .nt53xys9an .mu98590m98,
.n3xx27jsrl .x2gbctswu1 .apxiqccyww .t6u4hthjyg:focus .sbhilk8gde .nt53xys9an .mu98590m98 {
    background-color: #000000;
    color: #ffffff;
}

.n3xx27jsrl .x2gbctswu1 .apxiqccyww .t6u4hthjyg:hover .sbhilk8gde .qjakhd0tjf img,
.n3xx27jsrl .x2gbctswu1 .apxiqccyww .t6u4hthjyg:focus .sbhilk8gde .qjakhd0tjf img {
    transform: scale(1.2) translateX(30px);
}

@media (max-width: 992px) {

    .n3xx27jsrl .x2gbctswu1 .apxiqccyww .t6u4hthjyg:hover .sbhilk8gde .qjakhd0tjf img,
    .n3xx27jsrl .x2gbctswu1 .apxiqccyww .t6u4hthjyg:focus .sbhilk8gde .qjakhd0tjf img {
        transform: scale(1.2) translateX(15px);
    }
}

.n3xx27jsrl .x2gbctswu1 .apxiqccyww .t6u4hthjyg .sbhilk8gde {
    position: relative;
}

.n3xx27jsrl .x2gbctswu1 .apxiqccyww .t6u4hthjyg .sbhilk8gde .nt53xys9an {
    position: absolute;
    right: 40px;
    bottom: -35px;
    width: 70px;
    height: 70px;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 100%;
    z-index: 2;
}

.n3xx27jsrl .x2gbctswu1 .apxiqccyww .t6u4hthjyg .sbhilk8gde .nt53xys9an .mu98590m98 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    min-width: 50px;
    font-size: 18px;
    background-color: #00b2ca;
    color: #ffffff;
    border-radius: 100%;
    transition: all 0.3s ease;
    z-index: 5;
}

.n3xx27jsrl .x2gbctswu1 .apxiqccyww .t6u4hthjyg .sbhilk8gde .nt53xys9an::before {
    content: '';
    position: absolute;
    bottom: 35px;
    left: -12px;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border-bottom-right-radius: 30px;
    box-shadow: 10px 10px 0 10px #ffffff;
}

.n3xx27jsrl .x2gbctswu1 .apxiqccyww .t6u4hthjyg .sbhilk8gde .nt53xys9an::after {
    content: '';
    position: absolute;
    bottom: 35px;
    right: -12px;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border-bottom-left-radius: 30px;
    box-shadow: -10px 10px 0 10px #ffffff;
}

.n3xx27jsrl .x2gbctswu1 .apxiqccyww .t6u4hthjyg .sbhilk8gde .qjakhd0tjf {
    overflow: hidden;
    margin-bottom: 40px;
}

.n3xx27jsrl .x2gbctswu1 .apxiqccyww .t6u4hthjyg .sbhilk8gde .qjakhd0tjf img {
    height: 300px;
    width: 100%;
    transition: all 0.5s ease;
    object-fit: cover;
    transform: scale(1.2);
}

.n3xx27jsrl .x2gbctswu1 .apxiqccyww .t6u4hthjyg .nujlcxeia1 {
    position: relative;
    z-index: 1;
    padding: 0 30px 30px;
}

@media (max-width: 992px) {
    .n3xx27jsrl .x2gbctswu1 .apxiqccyww .t6u4hthjyg .nujlcxeia1 {
        padding: 0 20px 20px;
    }
}

.n3xx27jsrl .x2gbctswu1 .apxiqccyww .t6u4hthjyg .nujlcxeia1 .e581dlr4tm {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.n3xx27jsrl .x2gbctswu1 .apxiqccyww .t6u4hthjyg .nujlcxeia1 .obwraij1dz {
    margin-bottom: 0;
}

.n3xx27jsrl .x2gbctswu1 .apxiqccyww .t6u4hthjyg .nujlcxeia1 .uu0q5xls15 {
    margin-top: 20px;
}

.n3xx27jsrl .x2gbctswu1 .apxiqccyww .t6u4hthjyg .nujlcxeia1 .uu0q5xls15 .ln615izxgj {
    margin-bottom: 0;
}

.n3xx27jsrl .j5a1abt4fi,
.n3xx27jsrl .rj6n3wcpra {
    display: flex;
}

.n3xx27jsrl .dcuj6hy67j {
    top: 0;
    width: 60px;
    height: 60px;
    font-size: 18px;
    background-color: #ffffff !important;
    color: #000000 !important;
    border: none !important;
    border-radius: 50%;
    transition: all 0.3s;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
    top: -7rem;
}

@media (max-width: 992px) {
    .n3xx27jsrl .dcuj6hy67j {
        top: 0;
    }
}

.n3xx27jsrl .dcuj6hy67j:hover {
    background-color: #000000 !important;
    color: #000000 !important;
}

.n3xx27jsrl .dcuj6hy67j.rj6n3wcpra {
    right: 70px;
}

@media (max-width: 992px) {
    .n3xx27jsrl .dcuj6hy67j.rj6n3wcpra {
        right: auto;
        left: 0;
    }
}

.n3xx27jsrl .dcuj6hy67j.j5a1abt4fi {
    right: 0;
}

.n3xx27jsrl .o2y0g2tn2k {
    position: relative;
    width: 100%;
    padding-top: 6rem;
    padding-top: 0 !important;
}

@media (max-width: 992px) {
    .n3xx27jsrl .o2y0g2tn2k {
        padding-top: 6rem !important;
    }
}

.n3xx27jsrl .fgrf913pfg {
    overflow: hidden;
    width: 100%;
    margin-right: 1rem;
}

.n3xx27jsrl .fgrf913pfg.is-draggable {
    cursor: grab;
}

.n3xx27jsrl .fgrf913pfg.is-dragging {
    cursor: grabbing;
}

.n3xx27jsrl .ntwxg8dl09 {
    display: flex;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.n3xx27jsrl .item-menu-overlay {
    opacity: 0 !important;
}

.n3xx27jsrl .m80ngsbf5g,
.n3xx27jsrl .r4a6bvcjw1 {
    color: #ffffff;
}

.n3xx27jsrl .rspjmubbs8,
.n3xx27jsrl .g4i9dkmv8q {
    color: #ffffff;
}

.n3xx27jsrl .e581dlr4tm {
    color: #000000;
}

.n3xx27jsrl .obwraij1dz {
    color: #8a8a8a;
}

.cid-v2aIrpaBkh {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}

.cid-v2aIrpaBkh .mbr-fallback-image.disabled {
    display: none;
}

.cid-v2aIrpaBkh .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-v2aIrpaBkh .g4i9dkmv8q {
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .cid-v2aIrpaBkh .g4i9dkmv8q {
        margin-bottom: 30px;
    }
}

.cid-v2aIrpaBkh .g4i9dkmv8q .r4a6bvcjw1 .m80ngsbf5g {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 20px;
    border: 1px solid #00b2ca;
}

.cid-v2aIrpaBkh .g4i9dkmv8q .i4377r1h5o .rspjmubbs8 {
    width: 60%;
    display: inline-block;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .cid-v2aIrpaBkh .g4i9dkmv8q .i4377r1h5o .rspjmubbs8 {
        width: 100%;
    }
}

.cid-v2aIrpaBkh .rc6k3a52bx {
    margin: 0 -15px;
    justify-content: center;
}

.cid-v2aIrpaBkh .rc6k3a52bx .i6emgwflox {
    padding: 0 15px;
}

.cid-v2aIrpaBkh .i6emgwflox {
    margin-bottom: 40px;
}

@media (max-width: 992px) {
    .cid-v2aIrpaBkh .i6emgwflox {
        margin-bottom: 30px;
    }
}

.cid-v2aIrpaBkh .i6emgwflox .t6u4hthjyg {
    height: 100%;
}

.cid-v2aIrpaBkh .i6emgwflox .t6u4hthjyg:hover .k0nfdqubnj .qjakhd0tjf img,
.cid-v2aIrpaBkh .i6emgwflox .t6u4hthjyg:focus .k0nfdqubnj .qjakhd0tjf img {
    transform: scale(1.2) translateX(30px);
}

@media (max-width: 992px) {

    .cid-v2aIrpaBkh .i6emgwflox .t6u4hthjyg:hover .k0nfdqubnj .qjakhd0tjf img,
    .cid-v2aIrpaBkh .i6emgwflox .t6u4hthjyg:focus .k0nfdqubnj .qjakhd0tjf img {
        transform: scale(1.2) translateX(15px);
    }
}

.cid-v2aIrpaBkh .i6emgwflox .t6u4hthjyg:hover .nujlcxeia1 .border-wrap::after,
.cid-v2aIrpaBkh .i6emgwflox .t6u4hthjyg:focus .nujlcxeia1 .border-wrap::after {
    width: 100%;
}

.cid-v2aIrpaBkh .i6emgwflox .t6u4hthjyg .k0nfdqubnj {
    position: relative;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .cid-v2aIrpaBkh .i6emgwflox .t6u4hthjyg .k0nfdqubnj {
        margin-bottom: 20px;
    }
}

.cid-v2aIrpaBkh .i6emgwflox .t6u4hthjyg .k0nfdqubnj .ia1xksoxlj {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px;
    z-index: 1;
}

@media (max-width: 992px) {
    .cid-v2aIrpaBkh .i6emgwflox .t6u4hthjyg .k0nfdqubnj .ia1xksoxlj {
        padding: 30px 15px;
    }
}

.cid-v2aIrpaBkh .i6emgwflox .t6u4hthjyg .k0nfdqubnj .ia1xksoxlj .oxikvzkrtf {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 15px;
    background-color: #00b2ca;
    border: 1px solid #00b2ca;
}

.cid-v2aIrpaBkh .i6emgwflox .t6u4hthjyg .k0nfdqubnj .qjakhd0tjf {
    overflow: hidden;
}

.cid-v2aIrpaBkh .i6emgwflox .t6u4hthjyg .k0nfdqubnj .qjakhd0tjf img {
    height: 500px;
    width: 100%;
    transition: all 0.5s ease;
    object-fit: cover;
    transform: scale(1.2);
}

@media (max-width: 992px) {
    .cid-v2aIrpaBkh .i6emgwflox .t6u4hthjyg .k0nfdqubnj .qjakhd0tjf img {
        height: 300px;
    }
}

.cid-v2aIrpaBkh .i6emgwflox .t6u4hthjyg .nujlcxeia1 .card-price {
    margin-bottom: 20px;
}

.cid-v2aIrpaBkh .i6emgwflox .t6u4hthjyg .nujlcxeia1 .e581dlr4tm {
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.cid-v2aIrpaBkh .i6emgwflox .t6u4hthjyg .nujlcxeia1 .border-wrap {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    height: 1px;
    transition: all 0.3s ease;
}

.cid-v2aIrpaBkh .i6emgwflox .t6u4hthjyg .nujlcxeia1 .border-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
}

.cid-v2aIrpaBkh .i6emgwflox .t6u4hthjyg .nujlcxeia1 .border-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #000000;
    transition: all 0.5s ease;
}

.cid-v2aIrpaBkh .i6emgwflox .t6u4hthjyg .nujlcxeia1 .ebo9a2ulpi {
    margin-bottom: 0;
    transition: all 0.3s ease;
}

.cid-v2aIrpaBkh .i6emgwflox .t6u4hthjyg .nujlcxeia1 .uu0q5xls15 {
    margin-top: 20px;
}

.cid-v2aIrpaBkh .i6emgwflox .t6u4hthjyg .nujlcxeia1 .uu0q5xls15 .ln615izxgj {
    margin-bottom: 0;
}

.cid-v2aIrpaBkh .m80ngsbf5g,
.cid-v2aIrpaBkh .r4a6bvcjw1 {
    color: #000000;
}

.cid-v2aIrpaBkh .rspjmubbs8,
.cid-v2aIrpaBkh .g4i9dkmv8q {
    color: #000000;
}

.cid-v2aIrpaBkh .oxikvzkrtf {
    color: #000000;
}

.cid-v2aIrpaBkh .card-price {
    color: #000000;
}

.cid-v2aIrpaBkh .e581dlr4tm {
    color: #000000;
}

.cid-v2aIrpaBkh .ebo9a2ulpi {
    color: #000000;
}

.cid-v2aIrpaBkh .rspjmubbs8,
.cid-v2aIrpaBkh .i4377r1h5o {
    color: #000000;
}

.cid-v2aIrpaBkh .oxikvzkrtf,
.cid-v2aIrpaBkh .ia1xksoxlj {
    color: #FFFFFF;
}

.ja0yei55op {
    padding-top: 10rem;
    padding-bottom: 10rem;
    background-color: #ffffff;
    background-image: linear-gradient(#e8edf3 50%, #ffffff);
}

.ja0yei55op .mbr-fallback-image.disabled {
    display: none;
}

.ja0yei55op .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.ja0yei55op .x2gbctswu1 {
    display: flex;
    justify-content: center;
    position: relative;
    min-width: 100%;
    max-width: 100%;
}

@media (max-width: 767px) {
    .ja0yei55op .x2gbctswu1 {
        min-width: 100%;
        max-width: 100%;
    }
}

.ja0yei55op .x2gbctswu1 .apxiqccyww {
    width: 100%;
}

.ja0yei55op .x2gbctswu1 .apxiqccyww .t6u4hthjyg .nujlcxeia1 .j1hob8uura {
    margin-bottom: 80px;
}

@media (max-width: 992px) {
    .ja0yei55op .x2gbctswu1 .apxiqccyww .t6u4hthjyg .nujlcxeia1 .j1hob8uura {
        margin-bottom: 20px;
    }
}

.ja0yei55op .x2gbctswu1 .apxiqccyww .t6u4hthjyg .nujlcxeia1 .xa2ms121o2 .yygr1nsoki {
    display: inline-flex;
    margin-bottom: 10px;
    padding-bottom: 2px;
    border-bottom: 1px solid #00b2ca;
}

.ja0yei55op .x2gbctswu1 .apxiqccyww .t6u4hthjyg .nujlcxeia1 .c5z9ftpa3f {
    margin-bottom: 0;
}

.ja0yei55op .j5a1abt4fi,
.ja0yei55op .rj6n3wcpra {
    display: flex;
}

.ja0yei55op .dcuj6hy67j {
    top: 50px;
    width: 60px;
    height: 60px;
    font-size: 18px;
    background-color: #ffffff !important;
    color: #000000 !important;
    border: none !important;
    border-radius: 50%;
    transition: all 0.3s;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
}

@media (max-width: 992px) {
    .ja0yei55op .dcuj6hy67j {
        top: 0;
    }
}

.ja0yei55op .dcuj6hy67j:hover {
    background-color: #00b2ca !important;
    color: #ffffff !important;
}

.ja0yei55op .dcuj6hy67j.rj6n3wcpra {
    left: 0;
}

.ja0yei55op .dcuj6hy67j.j5a1abt4fi {
    right: 0;
}

.ja0yei55op .o2y0g2tn2k {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

@media (max-width: 992px) {
    .ja0yei55op .o2y0g2tn2k {
        padding-top: 6rem;
    }
}

.ja0yei55op .fgrf913pfg {
    overflow: hidden;
    width: 70%;
    margin-right: 1rem;
}

@media (max-width: 992px) {
    .ja0yei55op .fgrf913pfg {
        width: 100%;
    }
}

.ja0yei55op .fgrf913pfg.is-draggable {
    cursor: grab;
}

.ja0yei55op .fgrf913pfg.is-dragging {
    cursor: grabbing;
}

.ja0yei55op .ntwxg8dl09 {
    display: flex;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.ja0yei55op .j1hob8uura {
    color: #000000;
    text-align: center;
}

.ja0yei55op .yygr1nsoki,
.ja0yei55op .xa2ms121o2 {
    color: #000000;
    text-align: center;
}

.ja0yei55op .c5z9ftpa3f {
    color: #000000;
    text-align: center;
}

.gn6b0qbja6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.gn6b0qbja6 .mbr-fallback-image.disabled {
    display: none;
}

.gn6b0qbja6 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.gn6b0qbja6 .wgq0jpaclv {
    justify-content: flex-end;
}

.gn6b0qbja6 .g4i9dkmv8q {
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .gn6b0qbja6 .g4i9dkmv8q {
        margin-bottom: 20px;
    }
}

.gn6b0qbja6 .g4i9dkmv8q .r4a6bvcjw1 .m80ngsbf5g {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 20px;
    border: 1px solid #00b2ca;
}

.gn6b0qbja6 .g4i9dkmv8q .i4377r1h5o .rspjmubbs8 {
    margin-bottom: 0;
}

.gn6b0qbja6 .s19847m2ur {
    margin-bottom: 50px;
    text-align: right;
}

.gn6b0qbja6 .s19847m2ur .ln615izxgj {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .gn6b0qbja6 .s19847m2ur {
        margin-bottom: 30px;
        text-align: left;
    }
}

.gn6b0qbja6 .x2gbctswu1 {
    display: flex;
    justify-content: center;
    position: relative;
    min-width: 408px;
    max-width: 408px;
}

@media (max-width: 767px) {
    .gn6b0qbja6 .x2gbctswu1 {
        min-width: 100%;
        max-width: 100%;
    }
}

.gn6b0qbja6 .x2gbctswu1 .apxiqccyww {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    animation: none !important;
}

.gn6b0qbja6 .x2gbctswu1 .apxiqccyww .t6u4hthjyg {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.gn6b0qbja6 .x2gbctswu1 .apxiqccyww .t6u4hthjyg:hover .qjakhd0tjf img,
.gn6b0qbja6 .x2gbctswu1 .apxiqccyww .t6u4hthjyg:focus .qjakhd0tjf img {
    transform: scale(1.2) translateX(30px);
}

@media (max-width: 992px) {

    .gn6b0qbja6 .x2gbctswu1 .apxiqccyww .t6u4hthjyg:hover .qjakhd0tjf img,
    .gn6b0qbja6 .x2gbctswu1 .apxiqccyww .t6u4hthjyg:focus .qjakhd0tjf img {
        transform: scale(1.2) translateX(15px);
    }
}

.gn6b0qbja6 .x2gbctswu1 .apxiqccyww .t6u4hthjyg .qjakhd0tjf {
    overflow: hidden;
    margin-bottom: 20px;
}

.gn6b0qbja6 .x2gbctswu1 .apxiqccyww .t6u4hthjyg .qjakhd0tjf img {
    height: 300px;
    width: 100%;
    transition: all 0.5s ease;
    object-fit: cover;
    transform: scale(1.2);
}

.gn6b0qbja6 .x2gbctswu1 .apxiqccyww .t6u4hthjyg .nujlcxeia1 {
    position: relative;
    z-index: 1;
}

.gn6b0qbja6 .x2gbctswu1 .apxiqccyww .t6u4hthjyg .nujlcxeia1 .uzhnr57ieh {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .gn6b0qbja6 .x2gbctswu1 .apxiqccyww .t6u4hthjyg .nujlcxeia1 .uzhnr57ieh {
        display: block;
    }
}

.gn6b0qbja6 .x2gbctswu1 .apxiqccyww .t6u4hthjyg .nujlcxeia1 .uzhnr57ieh .oxikvzkrtf {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 0;
    background-color: #00b2ca;
    border: 1px solid #00b2ca;
}

@media (max-width: 992px) {
    .gn6b0qbja6 .x2gbctswu1 .apxiqccyww .t6u4hthjyg .nujlcxeia1 .uzhnr57ieh .oxikvzkrtf {
        margin-bottom: 15px;
    }
}

.gn6b0qbja6 .x2gbctswu1 .apxiqccyww .t6u4hthjyg .nujlcxeia1 .uzhnr57ieh .jm9wyi0f2e {
    display: inline-block;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .gn6b0qbja6 .x2gbctswu1 .apxiqccyww .t6u4hthjyg .nujlcxeia1 .uzhnr57ieh .jm9wyi0f2e {
        display: block;
    }
}

.gn6b0qbja6 .x2gbctswu1 .apxiqccyww .t6u4hthjyg .nujlcxeia1 .e581dlr4tm {
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    text-decoration: underline;
    text-decoration-color: transparent;
}

.gn6b0qbja6 .x2gbctswu1 .apxiqccyww .t6u4hthjyg .nujlcxeia1 .e581dlr4tm:hover,
.gn6b0qbja6 .x2gbctswu1 .apxiqccyww .t6u4hthjyg .nujlcxeia1 .e581dlr4tm:focus {
    text-decoration-color: inherit;
}

.gn6b0qbja6 .x2gbctswu1 .apxiqccyww .t6u4hthjyg .nujlcxeia1 .ebo9a2ulpi {
    margin-bottom: 20px;
}

.gn6b0qbja6 .j5a1abt4fi,
.gn6b0qbja6 .rj6n3wcpra {
    display: flex;
}

.gn6b0qbja6 .dcuj6hy67j {
    bottom: 0;
    width: 60px;
    height: 60px;
    font-size: 18px;
    background-color: #000000 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 50%;
    transition: all 0.3s;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
    display: none;
}

.gn6b0qbja6 .dcuj6hy67j:hover {
    background-color: #e4ed64 !important;
    color: #000000 !important;
}

.gn6b0qbja6 .dcuj6hy67j.rj6n3wcpra {
    left: 0;
}

.gn6b0qbja6 .dcuj6hy67j.j5a1abt4fi {
    right: 0;
}

.gn6b0qbja6 .o2y0g2tn2k {
    position: relative;
    width: 100%;
}

.gn6b0qbja6 .fgrf913pfg {
    overflow: hidden;
    width: 100%;
    margin-right: 1rem;
}

.gn6b0qbja6 .fgrf913pfg.is-draggable {
    cursor: grab;
}

.gn6b0qbja6 .fgrf913pfg.is-dragging {
    cursor: grabbing;
}

.gn6b0qbja6 .ntwxg8dl09 {
    display: flex;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.gn6b0qbja6 .item-menu-overlay {
    opacity: 0 !important;
}

.gn6b0qbja6 .m80ngsbf5g,
.gn6b0qbja6 .r4a6bvcjw1 {
    color: #000000;
}

.gn6b0qbja6 .rspjmubbs8,
.gn6b0qbja6 .g4i9dkmv8q {
    color: #000000;
}

.gn6b0qbja6 .oxikvzkrtf {
    color: #FFFFFF;
}

.gn6b0qbja6 .jm9wyi0f2e {
    color: #8a8a8a;
}

.gn6b0qbja6 .e581dlr4tm {
    color: #000000;
}

.gn6b0qbja6 .ebo9a2ulpi {
    color: #8a8a8a;
}

.wyvoirw814 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #e8edf3;
}

.wyvoirw814 .mbr-fallback-image.disabled {
    display: none;
}

.wyvoirw814 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.wyvoirw814 .wgq0jpaclv {
    justify-content: flex-end;
}

.wyvoirw814 .g4i9dkmv8q {
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .wyvoirw814 .g4i9dkmv8q {
        margin-bottom: 30px;
    }
}

.wyvoirw814 .g4i9dkmv8q .r4a6bvcjw1 .m80ngsbf5g {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 20px;
    border: 1px solid #00b2ca;
}

.wyvoirw814 .g4i9dkmv8q .rspjmubbs8 {
    margin-bottom: 0;
}

.wyvoirw814 .s19847m2ur {
    margin-bottom: 50px;
    text-align: right;
}

.wyvoirw814 .s19847m2ur .ln615izxgj {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .wyvoirw814 .s19847m2ur {
        margin-bottom: 30px;
        text-align: left;
    }
}

.wyvoirw814 .rc6k3a52bx {
    margin: 0 -15px;
    justify-content: center;
}

.wyvoirw814 .rc6k3a52bx .i6emgwflox {
    padding: 0 15px;
}

.wyvoirw814 .i6emgwflox {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .wyvoirw814 .i6emgwflox {
        margin-bottom: 15px;
    }
}

.wyvoirw814 .i6emgwflox .t6u4hthjyg {
    position: relative;
    height: 100%;
    background-color: #ffffff;
    overflow: hidden;
    will-change: transform;
    animation: none !important;
}

.wyvoirw814 .i6emgwflox .t6u4hthjyg .nt53xys9an {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    padding: 0 0 10px 10px;
    background-color: #e8edf3;
    border-radius: 0 0 0 30px;
    z-index: 2;
}

.wyvoirw814 .i6emgwflox .t6u4hthjyg .nt53xys9an .mu98590m98 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    min-width: 50px;
    font-size: 18px;
    background-color: #00b2ca;
    color: #ffffff;
    border-radius: 100%;
    transition: all 0.3s ease;
    z-index: 5;
}

.wyvoirw814 .i6emgwflox .t6u4hthjyg .nt53xys9an::before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-top-right-radius: 30px;
    box-shadow: 10px -10px 0 10px #e8edf3;
}

.wyvoirw814 .i6emgwflox .t6u4hthjyg .nt53xys9an::after {
    content: '';
    position: absolute;
    top: 60px;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-top-right-radius: 30px;
    box-shadow: 10px -10px 0 10px #e8edf3;
}

.wyvoirw814 .i6emgwflox .t6u4hthjyg .qjakhd0tjf img {
    height: 260px;
    width: 100%;
    object-fit: cover;
}

.wyvoirw814 .i6emgwflox .t6u4hthjyg .nujlcxeia1 {
    padding: 40px;
}

@media (max-width: 992px) {
    .wyvoirw814 .i6emgwflox .t6u4hthjyg .nujlcxeia1 {
        padding: 30px;
    }
}

.wyvoirw814 .i6emgwflox .t6u4hthjyg .nujlcxeia1 .obwraij1dz {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.wyvoirw814 .i6emgwflox .t6u4hthjyg .nujlcxeia1 .u4ya80bqpd {
    margin-bottom: 0;
}

.wyvoirw814 .i6emgwflox .t6u4hthjyg .nujlcxeia1 .tvlxo1et8z {
    margin-bottom: 0;
}

.wyvoirw814 .btn-wrapper {
    margin-top: 0;
    margin-right: 15%;
}

.wyvoirw814 .m80ngsbf5g,
.wyvoirw814 .r4a6bvcjw1 {
    color: #000000;
}

.wyvoirw814 .rspjmubbs8,
.wyvoirw814 .g4i9dkmv8q {
    color: #000000;
}

.wyvoirw814 .obwraij1dz {
    color: #000000;
}

.wyvoirw814 .u4ya80bqpd {
    color: #000000;
}

.wyvoirw814 .tvlxo1et8z {
    color: #8a8a8a;
}

.wyvoirw814 .rspjmubbs8 {
    color: #000000;
}

.f9lkus4qzl {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.f9lkus4qzl .mbr-fallback-image.disabled {
    display: none;
}

.f9lkus4qzl .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.f9lkus4qzl .x5ywwege5v {
    justify-content: space-between;
}

.f9lkus4qzl .g4i9dkmv8q {
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .f9lkus4qzl .g4i9dkmv8q {
        margin-bottom: 30px;
    }
}

.f9lkus4qzl .g4i9dkmv8q .r4a6bvcjw1 .m80ngsbf5g {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 20px;
    border: 1px solid #00b2ca;
}

.f9lkus4qzl .g4i9dkmv8q .rspjmubbs8 {
    margin-bottom: 0;
}

.f9lkus4qzl .m80ngsbf5g {
    color: #000000;
}

.f9lkus4qzl .rspjmubbs8 {
    color: #000000;
}

.z8ruzzx5af {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-color: #000000;
    overflow: hidden;
}

.z8ruzzx5af .mbr-fallback-image.disabled {
    display: none;
}

.z8ruzzx5af .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.z8ruzzx5af .wgq0jpaclv {
    justify-content: flex-end;
}

.z8ruzzx5af .u92txpfidp {
    padding: 150px 90px 150px 0;
}

@media (max-width: 992px) {
    .z8ruzzx5af .u92txpfidp {
        padding: 80px 0 30px 0;
    }
}

.z8ruzzx5af .g4i9dkmv8q {
    margin-bottom: 400px;
}

@media (max-width: 992px) {
    .z8ruzzx5af .g4i9dkmv8q {
        margin-bottom: 30px;
    }
}

.z8ruzzx5af .g4i9dkmv8q .r4a6bvcjw1 .m80ngsbf5g {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 20px;
    border: 1px solid #5fe4fd;
}

.z8ruzzx5af .g4i9dkmv8q .rspjmubbs8 {
    margin-bottom: 0;
}

.z8ruzzx5af .g4i9dkmv8q .uu0q5xls15 {
    margin-top: 20px;
}

.z8ruzzx5af .x99v54bv7r {
    display: flex;
    align-items: flex-end;
}

@media (max-width: 992px) {
    .z8ruzzx5af .x99v54bv7r {
        display: block;
    }
}

.z8ruzzx5af .x99v54bv7r .s2xr4m51tj {
    margin-bottom: 0;
    min-width: 150px;
    padding-right: 30px;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    text-stroke: 1px #ffffff;
    opacity: 0.4;
}

@media (max-width: 992px) {
    .z8ruzzx5af .x99v54bv7r .s2xr4m51tj {
        padding-right: 0;
        margin-bottom: 20px;
        min-width: auto;
    }
}

.z8ruzzx5af .x99v54bv7r .i8rcswtxvf {
    width: 100%;
}

.z8ruzzx5af .x99v54bv7r .i8rcswtxvf .uonozxz3l4 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff;
}

.z8ruzzx5af .x99v54bv7r .i8rcswtxvf .uonozxz3l4 .g4ix8a8aws {
    display: inline-flex;
    align-items: center;
}

.z8ruzzx5af .x99v54bv7r .i8rcswtxvf .uonozxz3l4 .g4ix8a8aws .sf7izzc56h {
    display: inline-flex;
    margin-right: 10px;
}

.z8ruzzx5af .x99v54bv7r .i8rcswtxvf .uonozxz3l4 .g4ix8a8aws .sf7izzc56h .mu98590m98 {
    font-size: 20px;
    color: #5fe4fd;
    display: inline-flex;
}

.z8ruzzx5af .x99v54bv7r .i8rcswtxvf .uonozxz3l4 .g4ix8a8aws .y2yb1g73hu {
    margin-bottom: 0;
}

.z8ruzzx5af .x99v54bv7r .i8rcswtxvf .lkreo4ztco {
    margin-bottom: 0;
}

.z8ruzzx5af .k0nfdqubnj {
    height: 100%;
    position: relative;
}

.z8ruzzx5af .k0nfdqubnj img {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 !important;
}

@media (max-width: 992px) {
    .z8ruzzx5af .k0nfdqubnj img {
        position: static;
        height: 300px;
        width: 100%;
        margin-bottom: 80px;
    }
}

.z8ruzzx5af .m80ngsbf5g,
.z8ruzzx5af .r4a6bvcjw1 {
    color: #ffffff;
}

.z8ruzzx5af .rspjmubbs8 {
    color: #ffffff;
}

.z8ruzzx5af .s2xr4m51tj {
    color: #ffffff;
}

.z8ruzzx5af .y2yb1g73hu {
    color: #ffffff;
}

.z8ruzzx5af .lkreo4ztco {
    color: #ffffff;
}

.z36pr5zmgj {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
    overflow: hidden;
}

.z36pr5zmgj .mbr-fallback-image.disabled {
    display: none;
}

.z36pr5zmgj .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.z36pr5zmgj .g4i9dkmv8q .rspjmubbs8 {
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .z36pr5zmgj .g4i9dkmv8q .rspjmubbs8 {
        margin-bottom: 30px;
    }
}

.z36pr5zmgj .rc6k3a52bx {
    margin: 0 -15px;
}

.z36pr5zmgj .rc6k3a52bx .wgq0jpaclv {
    padding: 0 15px;
}

.z36pr5zmgj .nts09c1e35 {
    position: relative;
    height: 100%;
    will-change: transform;
    animation: none !important;
}

@media (max-width: 992px) {
    .z36pr5zmgj .nts09c1e35 {
        margin-bottom: 15px;
    }
}

.z36pr5zmgj .nts09c1e35 .sbhilk8gde img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    will-change: transform;
    animation: none !important;
}

@media (max-width: 992px) {
    .z36pr5zmgj .nts09c1e35 .sbhilk8gde img {
        position: static;
        height: 300px;
    }
}

.z36pr5zmgj .nts09c1e35 .zg20tbas44 {
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 60px;
    background-color: #ffffff;
    border-bottom-right-radius: 30px;
    z-index: 1;
}

@media (max-width: 992px) {
    .z36pr5zmgj .nts09c1e35 .zg20tbas44 {
        width: 120px;
    }
}

.z36pr5zmgj .nts09c1e35 .zg20tbas44::before {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-top-left-radius: 30px;
    box-shadow: -10px -10px 0 10px #ffffff;
}

.z36pr5zmgj .nts09c1e35 .zg20tbas44::after {
    content: '';
    position: absolute;
    top: 60px;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-top-left-radius: 30px;
    box-shadow: -10px -10px 0 10px #ffffff;
}

.z36pr5zmgj .jkswpl6w9o {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 1200px) {
    .z36pr5zmgj .jkswpl6w9o {
        display: block;
    }
}

@media (max-width: 1200px) {
    .z36pr5zmgj .jkswpl6w9o .i6emgwflox {
        margin-bottom: 30px;
    }
}

@media (max-width: 992px) {
    .z36pr5zmgj .jkswpl6w9o .i6emgwflox {
        margin-bottom: 15px;
    }
}

.z36pr5zmgj .jkswpl6w9o .i6emgwflox .t6u4hthjyg {
    height: 100%;
    padding: 40px;
    background-color: #f5f5f5;
}

@media (max-width: 992px) {
    .z36pr5zmgj .jkswpl6w9o .i6emgwflox .t6u4hthjyg {
        padding: 30px;
    }
}

.z36pr5zmgj .jkswpl6w9o .i6emgwflox .t6u4hthjyg .omczw11c1e .e581dlr4tm {
    margin-bottom: 140px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}

@media (max-width: 992px) {
    .z36pr5zmgj .jkswpl6w9o .i6emgwflox .t6u4hthjyg .omczw11c1e .e581dlr4tm {
        margin-bottom: 30px;
    }
}

.z36pr5zmgj .jkswpl6w9o .i6emgwflox .t6u4hthjyg .omczw11c1e .d6cf7izj9e {
    margin-bottom: 0;
}

.z36pr5zmgj .jkswpl6w9o .i6emgwflox .t6u4hthjyg .omczw11c1e .ebo9a2ulpi {
    margin-bottom: 0;
}

.z36pr5zmgj .jkswpl6w9o .features-image .t6u4hthjyg {
    padding: 0;
    background-color: transparent;
}

.z36pr5zmgj .jkswpl6w9o .features-image .t6u4hthjyg .qjakhd0tjf {
    height: 100%;
}

.z36pr5zmgj .jkswpl6w9o .features-image .t6u4hthjyg .qjakhd0tjf img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 992px) {
    .z36pr5zmgj .jkswpl6w9o .features-image .t6u4hthjyg .qjakhd0tjf img {
        height: 300px;
    }
}

.z36pr5zmgj .btn-wrapper {
    margin-top: 35%;
}

.z36pr5zmgj .rspjmubbs8 {
    color: #000000;
}

.z36pr5zmgj .e581dlr4tm {
    color: #000000;
}

.z36pr5zmgj .d6cf7izj9e {
    color: #000000;
}

.z36pr5zmgj .ebo9a2ulpi {
    color: #8a8a8a;
}

.cid-v2aIrpebAL .mbr-fallback-image.disabled {
    display: none;
}

.cid-v2aIrpebAL .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-image: url("background1.jpg");
}

.cid-v2aIrpebAL .sbhilk8gde {
    height: 500px;
}

@media (max-width: 992px) {
    .cid-v2aIrpebAL .sbhilk8gde {
        height: 450px;
    }
}

.gvevt6boc0 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.gvevt6boc0 .mbr-fallback-image.disabled {
    display: none;
}

.gvevt6boc0 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.gvevt6boc0 .nts09c1e35 {
    position: relative;
    padding: 100px 180px;
    will-change: transform;
    animation: none !important;
}

@media (max-width: 1440px) {
    .gvevt6boc0 .nts09c1e35 {
        padding: 100px 40px;
    }
}

@media (max-width: 992px) {
    .gvevt6boc0 .nts09c1e35 {
        padding: 60px 15px 100px;
    }
}

.gvevt6boc0 .nts09c1e35 .k0nfdqubnj img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gvevt6boc0 .nts09c1e35 .zg20tbas44 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 220px;
    height: 60px;
    background-color: #ffffff;
    border-top-right-radius: 30px;
    z-index: 1;
}

@media (max-width: 992px) {
    .gvevt6boc0 .nts09c1e35 .zg20tbas44 {
        width: 120px;
    }
}

.gvevt6boc0 .nts09c1e35 .zg20tbas44::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-bottom-left-radius: 30px;
    box-shadow: -10px 10px 0 10px #ffffff;
}

.gvevt6boc0 .nts09c1e35 .zg20tbas44::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -20px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-bottom-left-radius: 30px;
    box-shadow: -10px 10px 0 10px #ffffff;
}

.gvevt6boc0 .nts09c1e35::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.4;
    border-bottom-right-radius: 30px;
    pointer-events: none;
    z-index: 1;
}

.gvevt6boc0 .nts09c1e35 .z7sodt3iyb {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0;
}

@media (max-width: 992px) {
    .gvevt6boc0 .nts09c1e35 .z7sodt3iyb {
        padding: 30px 15px 100px;
    }
}

.gvevt6boc0 .nts09c1e35 .z7sodt3iyb .r4a6bvcjw1 {
    width: 50%;
}

@media (max-width: 992px) {
    .gvevt6boc0 .nts09c1e35 .z7sodt3iyb .r4a6bvcjw1 {
        width: 100%;
    }
}

.gvevt6boc0 .nts09c1e35 .z7sodt3iyb .r4a6bvcjw1 .m80ngsbf5g {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 30px;
    border: 1px solid #00b2ca;
}

@media (max-width: 992px) {
    .gvevt6boc0 .nts09c1e35 .z7sodt3iyb .r4a6bvcjw1 .m80ngsbf5g {
        margin-bottom: 20px;
    }
}

.gvevt6boc0 .nts09c1e35 .z7sodt3iyb .rspjmubbs8 {
    margin-bottom: 40px;
    width: 50%;
}

@media (max-width: 992px) {
    .gvevt6boc0 .nts09c1e35 .z7sodt3iyb .rspjmubbs8 {
        margin-bottom: 30px;
        width: 100%;
    }
}

.gvevt6boc0 .nts09c1e35 .z7sodt3iyb .v8cuoqoypt {
    width: 50%;
}

@media (max-width: 992px) {
    .gvevt6boc0 .nts09c1e35 .z7sodt3iyb .v8cuoqoypt {
        width: 100%;
    }
}

.gvevt6boc0 .nts09c1e35 .z7sodt3iyb .v8cuoqoypt .rx7ztobsva.x5ywwege5v {
    margin: 0 -15px;
}

.gvevt6boc0 .nts09c1e35 .z7sodt3iyb .v8cuoqoypt .rx7ztobsva.x5ywwege5v .yc3skaqrok {
    margin-bottom: 30px !important;
    padding: 0 15px;
}

.gvevt6boc0 .nts09c1e35 .z7sodt3iyb .v8cuoqoypt .rx7ztobsva.x5ywwege5v .yc3skaqrok .form-control-label {
    margin-bottom: 10px;
}

.gvevt6boc0 .nts09c1e35 .z7sodt3iyb .v8cuoqoypt .rx7ztobsva.x5ywwege5v .yc3skaqrok .bpg8xq4w8q {
    background-color: #f5f5f5;
    padding: 18px 30px;
    box-shadow: none;
    border: none !important;
}

.gvevt6boc0 .nts09c1e35 .z7sodt3iyb .v8cuoqoypt .rx7ztobsva.x5ywwege5v .yc3skaqrok .bpg8xq4w8q::placeholder {
    color: #8a8a8a;
}

.gvevt6boc0 .nts09c1e35 .z7sodt3iyb .v8cuoqoypt .rx7ztobsva.x5ywwege5v .yc3skaqrok .bpg8xq4w8q:hover,
.gvevt6boc0 .nts09c1e35 .z7sodt3iyb .v8cuoqoypt .rx7ztobsva.x5ywwege5v .yc3skaqrok .bpg8xq4w8q:focus {
    box-shadow: none;
    border: none !important;
}

@media (max-width: 992px) {
    .gvevt6boc0 .nts09c1e35 .z7sodt3iyb .v8cuoqoypt .rx7ztobsva.x5ywwege5v .yc3skaqrok textarea {
        padding: 24px 16px;
    }
}

.gvevt6boc0 .nts09c1e35 .z7sodt3iyb .v8cuoqoypt .rx7ztobsva.x5ywwege5v .yc3skaqrok .form-check {
    padding-left: 2.1em;
}

.gvevt6boc0 .nts09c1e35 .z7sodt3iyb .v8cuoqoypt .rx7ztobsva.x5ywwege5v .yc3skaqrok .form-check .form-check-input {
    background-color: #8a8a8a;
    border-color: #8a8a8a;
}

.gvevt6boc0 .nts09c1e35 .z7sodt3iyb .v8cuoqoypt .rx7ztobsva.x5ywwege5v .uu0q5xls15 {
    width: 100%;
    padding: 0 15px;
    margin: 0;
}

@media (max-width: 992px) {
    .gvevt6boc0 .nts09c1e35 .z7sodt3iyb .v8cuoqoypt .rx7ztobsva.x5ywwege5v .uu0q5xls15 {
        margin-top: 0;
    }
}

.gvevt6boc0 .nts09c1e35 .z7sodt3iyb .v8cuoqoypt .rx7ztobsva.x5ywwege5v .uu0q5xls15 .ln615izxgj {
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 0;
}

.gvevt6boc0 .m80ngsbf5g,
.gvevt6boc0 .r4a6bvcjw1 {
    color: #000000;
    text-align: center;
}

.gvevt6boc0 .rspjmubbs8 {
    color: #000000;
    text-align: center;
}

.gvevt6boc0 label {
    color: #8a8a8a;
}

.gvevt6boc0 .uu0q5xls15 {
    text-align: right;
}

.m87dass7r3 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.m87dass7r3 .mbr-fallback-image.disabled {
    display: none;
}

.m87dass7r3 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.m87dass7r3 .rc6k3a52bx {
    justify-content: center;
    margin: 0 -15px;
}

.m87dass7r3 .i6emgwflox {
    padding: 0 15px;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .m87dass7r3 .i6emgwflox {
        margin-bottom: 15px;
    }
}

.m87dass7r3 .i6emgwflox .t6u4hthjyg {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 50px;
    border: 1px solid #e0e0e0;
}

@media (max-width: 992px) {
    .m87dass7r3 .i6emgwflox .t6u4hthjyg {
        padding: 30px;
    }
}

.m87dass7r3 .i6emgwflox .t6u4hthjyg .omczw11c1e .sf7izzc56h {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .m87dass7r3 .i6emgwflox .t6u4hthjyg .omczw11c1e .sf7izzc56h {
        margin-bottom: 20px;
    }
}

.m87dass7r3 .i6emgwflox .t6u4hthjyg .omczw11c1e .sf7izzc56h .mu98590m98 {
    font-size: 25px;
    color: #000000;
    display: inline-flex;
}

@media (max-width: 992px) {
    .m87dass7r3 .i6emgwflox .t6u4hthjyg .omczw11c1e .sf7izzc56h .mu98590m98 {
        font-size: 26px;
    }
}

.m87dass7r3 .i6emgwflox .t6u4hthjyg .omczw11c1e .e581dlr4tm {
    margin-bottom: 0;
}

.m87dass7r3 .i6emgwflox .t6u4hthjyg .omczw11c1e .obwraij1dz {
    margin-bottom: 0;
}

.m87dass7r3 .i6emgwflox .t6u4hthjyg .uu0q5xls15 {
    margin-top: 40px;
    width: 100%;
}

@media (max-width: 992px) {
    .m87dass7r3 .i6emgwflox .t6u4hthjyg .uu0q5xls15 {
        margin-top: 20px;
    }
}

.m87dass7r3 .i6emgwflox .t6u4hthjyg .uu0q5xls15 .ln615izxgj {
    width: 100%;
    margin-bottom: 0;
}

.m87dass7r3 .e581dlr4tm {
    color: #000000;
}

.m87dass7r3 .obwraij1dz {
    color: #8a8a8a;
}

.lr5mr105gn {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-image: url("photo-1758522487635-3accb3a6ab46.jpeg");
}

.lr5mr105gn .mbr-fallback-image.disabled {
    display: none;
}

.lr5mr105gn .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.lr5mr105gn .nts09c1e35 {
    position: relative;
    padding: 60px 180px 60px;
    background-color: #ffffff;
}

@media (max-width: 1440px) {
    .lr5mr105gn .nts09c1e35 {
        padding: 60px 40px 60px;
    }
}

@media (max-width: 992px) {
    .lr5mr105gn .nts09c1e35 {
        padding: 30px;
    }
}

.lr5mr105gn .nts09c1e35 .x99v54bv7r {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    padding-bottom: 60px;
}

@media (max-width: 992px) {
    .lr5mr105gn .nts09c1e35 .x99v54bv7r {
        padding-bottom: 30px;
        margin-bottom: 30px;
        display: block;
    }
}

.lr5mr105gn .nts09c1e35 .x99v54bv7r .i8rcswtxvf {
    justify-content: space-between;
    border-radius: 0 !important;
    width: 35%;
}

@media (max-width: 1440px) {
    .lr5mr105gn .nts09c1e35 .x99v54bv7r .i8rcswtxvf {
        width: 40%;
    }
}

@media (max-width: 992px) {
    .lr5mr105gn .nts09c1e35 .x99v54bv7r .i8rcswtxvf {
        width: 100%;
        margin-bottom: 30px;
    }
}

.lr5mr105gn .nts09c1e35 .x99v54bv7r .i8rcswtxvf .rspjmubbs8 {
    margin-bottom: 20px;
}

.lr5mr105gn .nts09c1e35 .x99v54bv7r .i8rcswtxvf .h8ueu3bhqg {
    margin-bottom: 0;
}

.lr5mr105gn .nts09c1e35 .x99v54bv7r .i8rcswtxvf .uu0q5xls15 {
    margin-top: 15px;
}

.lr5mr105gn .nts09c1e35 .x99v54bv7r .i8rcswtxvf .uu0q5xls15 .ln615izxgj {
    margin-bottom: 0;
}

.lr5mr105gn .nts09c1e35 .x99v54bv7r .nav-wrapper {
    width: 35%;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1440px) {
    .lr5mr105gn .nts09c1e35 .x99v54bv7r .nav-wrapper {
        width: 40%;
    }
}

@media (max-width: 992px) {
    .lr5mr105gn .nts09c1e35 .x99v54bv7r .nav-wrapper {
        width: 100%;
    }
}

.lr5mr105gn .nts09c1e35 .x99v54bv7r .nav-wrapper .nav-wrap {
    width: 48%;
}

@media (max-width: 992px) {
    .lr5mr105gn .nts09c1e35 .x99v54bv7r .nav-wrapper .nav-wrap {
        width: 100%;
    }
}

.lr5mr105gn .nts09c1e35 .x99v54bv7r .nav-wrapper .nav-wrap .list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-flex;
    flex-direction: column;
}

.lr5mr105gn .nts09c1e35 .x99v54bv7r .nav-wrapper .nav-wrap .list .item-wrap {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    width: fit-content;
}

.lr5mr105gn .nts09c1e35 .x99v54bv7r .nav-wrapper .nav-wrap .list .item-wrap::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #000000;
    transition: all 0.3s ease;
}

.lr5mr105gn .nts09c1e35 .x99v54bv7r .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.lr5mr105gn .nts09c1e35 .x99v54bv7r .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
    width: 100%;
}

.lr5mr105gn .nts09c1e35 .x99v54bv7r .nav-wrapper .nav-wrap .list .item-wrap:last-child {
    margin-bottom: 0;
}

.lr5mr105gn .nts09c1e35 .hdqxrqpylu {
    margin-bottom: 0;
}

.lr5mr105gn .rspjmubbs8 {
    color: #000000;
}

.lr5mr105gn .h8ueu3bhqg {
    color: #8a8a8a;
}

.lr5mr105gn .list {
    color: #000000;
}

.lr5mr105gn .hdqxrqpylu {
    color: #8a8a8a;
    text-align: center;
}